From commits-return-651-apmail-any23-commits-archive=any23.apache.org@any23.apache.org Wed Feb 13 17:50:06 2013 Return-Path: X-Original-To: apmail-any23-commits-archive@www.apache.org Delivered-To: apmail-any23-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 92241E09B for ; Wed, 13 Feb 2013 17:50:06 +0000 (UTC) Received: (qmail 11512 invoked by uid 500); 13 Feb 2013 17:50:06 -0000 Delivered-To: apmail-any23-commits-archive@any23.apache.org Received: (qmail 11471 invoked by uid 500); 13 Feb 2013 17:50:06 -0000 Mailing-List: contact commits-help@any23.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: any23-dev@any23.apache.org Delivered-To: mailing list commits@any23.apache.org Received: (qmail 11450 invoked by uid 99); 13 Feb 2013 17:50:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2013 17:50:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2013 17:50:03 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 372D123889B3; Wed, 13 Feb 2013 17:49:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1445766 - /any23/trunk/core/src/test/java/org/apache/any23/vocab/RDFSchemaUtilsTest.java Date: Wed, 13 Feb 2013 17:49:44 -0000 To: commits@any23.apache.org From: lewismc@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130213174944.372D123889B3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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) {