Revision: 17931
          http://sourceforge.net/p/gate/code/17931
Author:   markagreenwood
Date:     2014-05-08 12:46:13 +0000 (Thu, 08 May 2014)
Log Message:
-----------
modified jape files so that they actually work as expected

Modified Paths:
--------------
    gate/trunk/src/test/gate/resources/jape/operators/operator_tests.jape

Modified: gate/trunk/src/test/gate/resources/jape/operators/operator_tests.jape
===================================================================
--- gate/trunk/src/test/gate/resources/jape/operators/operator_tests.jape       
2014-05-08 12:45:35 UTC (rev 17930)
+++ gate/trunk/src/test/gate/resources/jape/operators/operator_tests.jape       
2014-05-08 12:46:13 UTC (rev 17931)
@@ -56,12 +56,12 @@
     :abc.Result = {rule="EqualAndNotExistance"}
 
   Rule: OntoTest
-  ({D.ontology=="http://gate.ac.uk/tests/demo.owl";, 
D.class=="Businessman"}):abc
+  ({D.class=="Businessman"}):abc
   -->
     :abc.Result = {rule="OntoTest"}
 
   Rule: OntoTest2
-  ({D.ontology=="http://gate.ac.uk/tests/demo.owl";, D.class=="Location"}):abc
+  ({D.class=="Location"}):abc
   -->
     :abc.Result = {rule="OntoTest2"}
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to