[Mulgara-svn] r627 - trunk/src/jar/resolver-http/java/org/mulgara/resolver/http

pag at mulgara.org pag at mulgara.org
Thu Jan 24 22:42:41 UTC 2008


Author: pag
Date: 2008-01-24 14:42:41 -0800 (Thu, 24 Jan 2008)
New Revision: 627

Modified:
   trunk/src/jar/resolver-http/java/org/mulgara/resolver/http/HttpContentUnitTest.java
Log:
Updated to reflect changes to http://purl.org/dc/elements/1.1

Modified: trunk/src/jar/resolver-http/java/org/mulgara/resolver/http/HttpContentUnitTest.java
===================================================================
--- trunk/src/jar/resolver-http/java/org/mulgara/resolver/http/HttpContentUnitTest.java	2008-01-24 22:42:09 UTC (rev 626)
+++ trunk/src/jar/resolver-http/java/org/mulgara/resolver/http/HttpContentUnitTest.java	2008-01-24 22:42:41 UTC (rev 627)
@@ -233,7 +233,7 @@
     content = new HttpContent(new URL("http://purl.org/dc/elements/1.1"));
     stream = content.newInputStream();
     assertTrue("Expecting an input stream ", stream != null);
-    assertTrue("Expecting 14054 bytes from inputstream ", dumpAndCheck(stream) == 14054);
+    assertEquals("Expecting 14054 bytes from inputstream ", 17564, dumpAndCheck(stream));
     stream.close();
     
   }




More information about the Mulgara-svn mailing list