On Wed, Dec 19, 2012 at 7:59 PM, <crick...@gmail.com> wrote: > On Tue, Dec 18, 2012 at 9:27 PM, <crick...@gmail.com> wrote: > Here's a patch that helps some with osistest. I still get the > following error when I run osistest, though: > UTF8Transliterator: ICU: no resource index to load > UTF8Transliterator: ICU: status U_MISSING_RESOURCE_ERROR
This is because it's not finding the locales or some such. I very frequently get it, mainly when running from an uninstalled SWORD instance but it happens other times even on install. I'll see about applying these patches. --Greg > > $ svn diff > Index: tests/CMakeLists.txt > =================================================================== > --- tests/CMakeLists.txt (revision 2751) > +++ tests/CMakeLists.txt (working copy) > @@ -30,6 +30,7 @@ > localetest > mgrtest > modtest > + osistest > parsekey > rawldidxtest > romantest > Index: tests/testsuite/CMakeLists.txt > =================================================================== > --- tests/testsuite/CMakeLists.txt (revision 2751) > +++ tests/testsuite/CMakeLists.txt (working copy) > @@ -6,6 +6,7 @@ > tests_configure > COMMAND cp ${CMAKE_CURRENT_SOURCE_DIR}/*.sh > ${CMAKE_CURRENT_BINARY_DIR} > COMMAND cp ${CMAKE_CURRENT_SOURCE_DIR}/*.good > ${CMAKE_CURRENT_BINARY_DIR} > + COMMAND cp ${CMAKE_CURRENT_SOURCE_DIR}/osisReference.xml > ${CMAKE_CURRENT_BINARY_DIR} > COMMAND echo > \"[Install]\\nLocalePath=${CMAKE_CURRENT_SOURCE_DIR}/../../\" > > ${CMAKE_CURRENT_BINARY_DIR}/sword.conf > DEPENDS ${test_PROGRAMS} > WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} > > -Ben > > _______________________________________________ > sword-devel mailing list: sword-devel@crosswire.org > http://www.crosswire.org/mailman/listinfo/sword-devel > Instructions to unsubscribe/change your settings at above page _______________________________________________ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page