Revert changes in the test case for JENA-1797
diff --git a/jena-shacl/src/test/resources/std/core/targets/targetClass-001.ttl b/jena-shacl/src/test/resources/std/core/targets/targetClass-001.ttl
index 6de6425..99ccc30 100644
--- a/jena-shacl/src/test/resources/std/core/targets/targetClass-001.ttl
+++ b/jena-shacl/src/test/resources/std/core/targets/targetClass-001.ttl
@@ -13,18 +13,9 @@
   ex:myProperty "A" ;
   ex:myProperty "B" ;
 .
-ex:InvalidInstance2
-    rdf:type ex:MySubClass ;
-    ex:myProperty "A" ;
-    ex:myProperty "B" ;
-.
 ex:MyClass
   rdf:type rdfs:Class ;
 .
-ex:MySubClass
-    rdf:type rdfs:Class ;
-    rdfs:subClassOf ex:MyClass ;
-.
 ex:MyShape
   rdf:type sh:NodeShape ;
   sh:property ex:MyShape-myProperty ;
@@ -42,10 +33,6 @@
   ex:myProperty "A" ;
   ex:myProperty "B" ;
 .
-ex:ValidInstance3
-    rdf:type ex:MySubClass ;
-    ex:myProperty "A" ;
-.
 <>
   rdf:type mf:Manifest ;
   mf:entries (
@@ -70,14 +57,6 @@
           sh:sourceConstraintComponent sh:MaxCountConstraintComponent ;
           sh:sourceShape ex:MyShape-myProperty ;
         ] ;
-      sh:result [
-          rdf:type sh:ValidationResult ;
-          sh:focusNode ex:InvalidInstance2 ;
-          sh:resultPath ex:myProperty ;
-          sh:resultSeverity sh:Violation ;
-          sh:sourceConstraintComponent sh:MaxCountConstraintComponent ;
-          sh:sourceShape ex:MyShape-myProperty ;
-        ] ;
     ] ;
   mf:status sht:approved ;
 .