Update of /cvsroot/cweb/generic-native-test/src/java/org/CognitiveWeb/generic/core
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv29214/src/java/org/CognitiveWeb/generic/core
Modified Files:
LinkSetIndexSerializationTestCase.java
Log Message:
Work on the bigdata-GOM integration.
Index: LinkSetIndexSerializationTestCase.java
===================================================================
RCS file: /cvsroot/cweb/generic-native-test/src/java/org/CognitiveWeb/generic/core/LinkSetIndexSerializationTestCase.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** LinkSetIndexSerializationTestCase.java 15 Jun 2006 15:47:01 -0000 1.6
--- LinkSetIndexSerializationTestCase.java 30 Nov 2007 21:53:57 -0000 1.7
***************
*** 366,371 ****
/*
! * If a strongly type index was used, then verify that the successor and
! * comparator are non-null. The coercer may still be null depending on
* the implementation. If duplicate keys are allowed, then the
* LinkSetIndex class itself handles the transparent coercion of keys to
--- 366,371 ----
/*
! * If a strongly type index was used, then verify that the successor is
! * non-null. The comparator and coercer may still be null depending on
* the implementation. If duplicate keys are allowed, then the
* LinkSetIndex class itself handles the transparent coercion of keys to
***************
*** 387,396 ****
}
! if (type != null) {
!
! assertNotNull("comparator for " + type.getName(), ndx.getBTree()
! .getComparator());
!
! }
/*
--- 387,396 ----
}
! // if (type != null) {
! //
! // assertNotNull("comparator for " + type.getName(), ndx.getBTree()
! // .getComparator());
! //
! // }
/*
|