[Mulgara-svn] r626 - trunk/src/jar/itql/java/org/mulgara/itql
pag at mulgara.org
pag at mulgara.org
Thu Jan 24 22:42:09 UTC 2008
Author: pag
Date: 2008-01-24 14:42:09 -0800 (Thu, 24 Jan 2008)
New Revision: 626
Modified:
trunk/src/jar/itql/java/org/mulgara/itql/ItqlInterpreterBeanUnitTest.java
Log:
Updated to reflect changes to http://purl.org/dc/elements/1.1
Modified: trunk/src/jar/itql/java/org/mulgara/itql/ItqlInterpreterBeanUnitTest.java
===================================================================
--- trunk/src/jar/itql/java/org/mulgara/itql/ItqlInterpreterBeanUnitTest.java 2008-01-14 10:04:07 UTC (rev 625)
+++ trunk/src/jar/itql/java/org/mulgara/itql/ItqlInterpreterBeanUnitTest.java 2008-01-24 22:42:09 UTC (rev 626)
@@ -396,7 +396,7 @@
// execute the load remotely
long statements = bean.load(null, sourceURI, modelURI);
- assertEquals("Incorrect number of statements inserted", 146, statements);
+ assertEquals("Incorrect number of statements inserted", 154, statements);
}
// testLoadApi1()
@@ -427,7 +427,7 @@
long statements = bean.load(inputStream,
sourceURI, modelURI);
- assertEquals("Incorrect number of statements inserted", 146, statements);
+ assertEquals("Incorrect number of statements inserted", 154, statements);
inputStream.close();
@@ -454,7 +454,7 @@
long statements = bean.load(sourceURI.toURL().openStream(),
dummyURI, modelURI);
- assertEquals("Incorrect number of statements inserted", 146, statements);
+ assertEquals("Incorrect number of statements inserted", 154, statements);
}
@@ -475,7 +475,7 @@
long statements = bean.load(sourceURI.toURL().openStream(),
modelURI);
- assertEquals("Incorrect number of statements inserted", 146, statements);
+ assertEquals("Incorrect number of statements inserted", 154, statements);
}
More information about the Mulgara-svn
mailing list