[utilities COMMIT] in /java-support/trunk/src/test/java/net/shibboleth/utilities/java/support/collection: LazySetTest...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jan 19 15:04:48 GMT 2012
Author: rdw
Date: Thu Jan 19 15:04:48 2012
New Revision: 214
URL: http://svn.shibboleth.net/view/utilities?rev=214&view=rev
Log:
Tests for TransformedInputSet
Added:
java-support/trunk/src/test/java/net/shibboleth/utilities/java/support/collection/TransformedInputSetTest.java (with props)
Modified:
java-support/trunk/src/test/java/net/shibboleth/utilities/java/support/collection/LazySetTest.java
Modified: java-support/trunk/src/test/java/net/shibboleth/utilities/java/support/collection/LazySetTest.java
URL: http://svn.shibboleth.net/view/utilities/java-support/trunk/src/test/java/net/shibboleth/utilities/java/support/collection/LazySetTest.java?rev=214&r1=213&r2=214&view=diff
==============================================================================
--- java-support/trunk/src/test/java/net/shibboleth/utilities/java/support/collection/LazySetTest.java (original)
+++ java-support/trunk/src/test/java/net/shibboleth/utilities/java/support/collection/LazySetTest.java Thu Jan 19 15:04:48 2012
@@ -31,7 +31,6 @@
*/
@Test
public void testSimple() {
- CollectionTestSupport.testSimpleCollection(new HashSet<String>(), false);
CollectionTestSupport.testSimpleCollection(new LazySet<String>(), false);
}
@@ -40,7 +39,6 @@
*/
@Test
public void testArray() {
- CollectionTestSupport.testArrayCollection(new HashSet<String>(), new HashSet<String>());
CollectionTestSupport.testArrayCollection(new LazySet<String>(), new HashSet<String>());
}
More information about the commits
mailing list