[jsword-devel] [JIRA] Created: (JS-222) BDBGlosses_Strongs errors with JSword apps
Martin Denham (JIRA)
jira at crosswire.org
Sat May 5 08:50:41 MST 2012
BDBGlosses_Strongs errors with JSword apps
------------------------------------------
Key: JS-222
URL: http://www.crosswire.org/bugs/browse/JS-222
Project: JSword
Issue Type: Bug
Components: o.c.jsword.book.sword
Affects Versions: 1.6.1
Environment: Windows, Android
Reporter: Martin Denham
Assignee: DM Smith
I can't get BDBGlosses_Strongs to work with BibleDesktop or And Bible but Xiphos seems to work fine.
Here is an extract from a junit to demonstrate something is wrong:
Book book = Books.installed().getBook("BDBGlosses_Strongs");
assertEquals(book.getInitials(), "BDBGlosses_Strongs");
Key key = book.getKey("H0006");
// the following incorrectly prints H0002/H0002 but I requested H0006
System.out.println(key.getName()+"/"+key.getRootName());
// the next line throws a "Key not found H0002" error in RawLDBackend.getRawText
System.out.println(book.getRawText(key));
I am using the pre-av11n code which is probably something like revision 2195 from svn.
I can look around if you give me some pointers but I am not very familiar with RawLDBackend.
Thanks
Martin
--
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