iand / moriarty

Automatically exported from code.google.com/p/moriarty
GNU General Public License v2.0
1 stars 0 forks source link

Failing rollback test in moriarty test suite #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I get this output when running the tests

1) test_to_changeset(RollbackTest)
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ -5,12 +5,15 @@
   <rdf:Description rdf:nodeID="cs1">
     <rdf:type
rdf:resource="http://purl.org/vocab/changeset/schema#ChangeSet"/>
     <ns0:subjectOfChange rdf:resource="http://example.org/#me"/>
-    <ns0:creatorName>Moriarty Rollback Class</ns0:creatorName>
-    <ns0:changeReason>Rollbacked Change, generated by Moriarty Rollback
Class</ns0:changeReason>
-    <ns0:addition rdf:nodeID="s1"/>
-    <ns0:addition rdf:nodeID="s2"/>
-    <ns0:removal rdf:nodeID="s3"/>
-    <ns0:removal rdf:nodeID="s4"/>
+    <ns0:removal rdf:nodeID="s1"/>
+    <ns0:removal rdf:nodeID="s2"/>
+  </rdf:Description>
+
+  <rdf:Description rdf:nodeID="cs2">
+    <rdf:type
rdf:resource="http://purl.org/vocab/changeset/schema#ChangeSet"/>
+    <ns0:subjectOfChange rdf:resource="http://example.org/#me"/>
+    <ns0:addition rdf:nodeID="s3"/>
+    <ns0:addition rdf:nodeID="s4"/>
   </rdf:Description>

 </rdf:RDF>
\ No newline at end of file

Original issue reported on code.google.com by innovat...@gmail.com on 20 Aug 2008 at 2:05