1.1 --- a/trunk/apps/rifle-validator/src/test/java/org/fundacionctic/rifle/validator/bld/BLDValidatorTest.java Wed Nov 11 15:46:56 2009 +0100
1.2 +++ b/trunk/apps/rifle-validator/src/test/java/org/fundacionctic/rifle/validator/bld/BLDValidatorTest.java Thu Nov 12 09:32:29 2009 +0100
1.3 @@ -16,11 +16,12 @@
1.4 import org.fundacionctic.rifle.visitor.core.RDFCombinationSubClassVisitor;
1.5 import org.fundacionctic.rifle.visitor.core.RDFImportsProfilesVisitor;
1.6 import org.fundacionctic.rifle.visitor.core.RIFBuiltinsIdentificationVisitor;
1.7 +import org.junit.Test;
1.8
1.9
1.10 public class BLDValidatorTest {
1.11
1.12 -
1.13 + @Test
1.14 public void rifApprovedNegativeEntailmentTestRDF_Combination_SubClass_3() throws Exception{
1.15 //1-Load document
1.16 String [] testSources = new String[]{
1.17 @@ -36,7 +37,7 @@
1.18 }
1.19 }
1.20
1.21 -
1.22 + @Test
1.23 public void rifApprovedNegativeEntailmentTestRDF_Combination_SubClass_5() throws Exception{
1.24 //1-Load document
1.25 String [] testSources = new String[]{
1.26 @@ -52,7 +53,7 @@
1.27 }
1.28 }
1.29
1.30 -
1.31 + @Test
1.32 public void rifApprovedPositiveEntailmentTestIRI_from_IRI() throws Exception{
1.33 //1-Load document
1.34 String [] testSources = new String[]{
1.35 @@ -68,7 +69,7 @@
1.36 }
1.37 }
1.38
1.39 -
1.40 + @Test
1.41 public void rifApprovedPositiveEntailmentTestRDF_Combination_Member_1() throws Exception{
1.42 //1-Load document
1.43 String [] testSources = new String[]{
1.44 @@ -85,7 +86,7 @@
1.45 }
1.46
1.47
1.48 -
1.49 + @Test
1.50 public void rifApprovedPositiveEntailmentTestRDF_Combination_SubClass_4() throws Exception{
1.51 //1-Load document
1.52 String [] testSources = new String[]{
1.53 @@ -103,7 +104,7 @@
1.54
1.55
1.56
1.57 -
1.58 + @Test
1.59 public void rifApprovedPositiveEntailmentTestRDF_Combination_SubClass_6() throws Exception{
1.60 //1-Load document
1.61 String [] testSources = new String[]{
1.62 @@ -119,7 +120,7 @@
1.63 }
1.64 }
1.65
1.66 -
1.67 + @Test
1.68 public void rifProposedPositiveEntailmentTestMultiple_IRIs_from_String() throws Exception{
1.69 //1-Load document
1.70 String [] testSources = new String[]{
1.71 @@ -137,7 +138,7 @@
1.72
1.73
1.74
1.75 -
1.76 + @Test
1.77 public void rifProposedPositiveEntailmentTestMultiple_Strings_from_IRI() throws Exception{
1.78 //1-Load document
1.79 String [] testSources = new String[]{
2.1 --- a/trunk/doc/rifle-report-20091111.xml Wed Nov 11 15:46:56 2009 +0100
2.2 +++ b/trunk/doc/rifle-report-20091111.xml Thu Nov 12 09:32:29 2009 +0100
2.3 @@ -287,10 +287,6 @@
2.4 <comment>File not found: http://www.w3.org/2005/rules/test/RDF_Combination_SubClass_2/RDF_Combination_SubClass_2-import001.nt. Validation failed: Prefix is undefined: rdf:type, line 4 col 6 (Add "@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .") .</comment>
2.5 </TestResult>
2.6
2.7 -<TestResult>
2.8 - <testId>Multiple_Context_Error</testId>
2.9 - <status>undecided</status>
2.10 - </TestResult>
2.11
2.12 <TestResult>
2.13 <testId>UCR_4.1a</testId>