[jsword-svn] jsword/java/jswordtest/org/crosswire/jsword/book s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Tue Mar 22 05:40:06 MST 2005


Update of /cvs/jsword/jsword/java/jswordtest/org/crosswire/jsword/book
In directory www.crosswire.org:/tmp/cvs-serv9960/java/jswordtest/org/crosswire/jsword/book

Modified Files:
	BooksTest.java 
Log Message:
changed calls like book.getBookMetaData().xxx() to book.xxx().
Added a "Remove Index" button on the Book Installer.

Index: BooksTest.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jswordtest/org/crosswire/jsword/book/BooksTest.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** BooksTest.java	19 Mar 2005 01:56:47 -0000	1.10
--- BooksTest.java	22 Mar 2005 12:40:04 -0000	1.11
***************
*** 148,152 ****
              Book bible = bibles[i];
              Key key = bible.find(new Search("aaron", false)); //$NON-NLS-1$
!             assertNotNull("bible=" + bible.getBookMetaData().getFullName(), key); //$NON-NLS-1$
          }
      }
--- 148,152 ----
              Book bible = bibles[i];
              Key key = bible.find(new Search("aaron", false)); //$NON-NLS-1$
!             assertNotNull("bible=" + bible.getFullName(), key); //$NON-NLS-1$
          }
      }
***************
*** 180,184 ****
              if (skip)
                  continue;
!             log.debug("thorough testing bible: " + ver.getBookMetaData().getFullName()); //$NON-NLS-1$
  
              Key key = ver.find(new Search("aaron", false)); //$NON-NLS-1$
--- 180,184 ----
              if (skip)
                  continue;
!             log.debug("thorough testing bible: " + ver.getFullName()); //$NON-NLS-1$
  
              Key key = ver.find(new Search("aaron", false)); //$NON-NLS-1$



More information about the jsword-svn mailing list