Author: lewismc
Date: Wed Feb 13 17:49:43 2013
New Revision: 1445766

URL: http://svn.apache.org/r1445766
Log:
Update of triples extracted within RDFSchemaUtilsTest to accomodate additon of 
new Vocabularies

Modified:
    
any23/trunk/core/src/test/java/org/apache/any23/vocab/RDFSchemaUtilsTest.java

Modified: 
any23/trunk/core/src/test/java/org/apache/any23/vocab/RDFSchemaUtilsTest.java
URL: 
http://svn.apache.org/viewvc/any23/trunk/core/src/test/java/org/apache/any23/vocab/RDFSchemaUtilsTest.java?rev=1445766&r1=1445765&r2=1445766&view=diff
==============================================================================
--- 
any23/trunk/core/src/test/java/org/apache/any23/vocab/RDFSchemaUtilsTest.java 
(original)
+++ 
any23/trunk/core/src/test/java/org/apache/any23/vocab/RDFSchemaUtilsTest.java 
Wed Feb 13 17:49:43 2013
@@ -42,7 +42,7 @@ public class RDFSchemaUtilsTest {
      */
     @Test
     public void testSerializeVocabulariesNTriples() {
-        serializeVocabularies(RDFSchemaUtils.VocabularyFormat.NTriples, 942);
+        serializeVocabularies(RDFSchemaUtils.VocabularyFormat.NTriples, 1610);
     }
 
     /**
@@ -52,7 +52,7 @@ public class RDFSchemaUtilsTest {
      */
     @Test
     public void testSerializeVocabulariesRDFXML() {
-        serializeVocabularies(RDFSchemaUtils.VocabularyFormat.RDFXML, 2457); 
// Effective lines + separators.
+        serializeVocabularies(RDFSchemaUtils.VocabularyFormat.RDFXML, 4205); 
// Effective lines + separators.
     }
 
     private void serializeVocabularies(RDFSchemaUtils.VocabularyFormat format, 
int expectedLines) {


Reply via email to