[jsword-devel] [JIRA] Created: (JS-178) Keys of 'Westminster Confession & Catechisms' Gen Book are in the wrong order
Martin Denham (JIRA)
jira at crosswire.org
Sat Mar 12 09:32:24 MST 2011
Keys of 'Westminster Confession & Catechisms' Gen Book are in the wrong order
-----------------------------------------------------------------------------
Key: JS-178
URL: http://www.crosswire.org/bugs/browse/JS-178
Project: JSword
Issue Type: Bug
Reporter: Martin Denham
Assignee: DM Smith
This probably is a module error rather than JSword but I don't know who to inform of that.
The order is alphabetic and the Roman numerals like IX come before V.
Here is part of the list:
Chapter I
Chapter II
Chapter III
Chapter IV
Chapter IX
Chapter V
Chapter VI
Chapter VII
Chapter VIII
Chapter X
Chapter XI
Here is how I tested it:
Book book = getBook("Westminster");
Key keyList = book.getGlobalKeyList();
System.out.println("Global key list");
for (Key key : keyList) {
System.out.println(key.getName());
}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jsword-devel
mailing list