Author: sb
Date: Fri Aug  3 08:21:33 2007
New Revision: 5810

Log:
- Fix test.

Modified:
    trunk/Workflow/tests/definition_xml_test.php

Modified: trunk/Workflow/tests/definition_xml_test.php
==============================================================================
--- trunk/Workflow/tests/definition_xml_test.php [iso-8859-1] (original)
+++ trunk/Workflow/tests/definition_xml_test.php [iso-8859-1] Fri Aug  3 
08:21:33 2007
@@ -298,12 +298,12 @@
 
     public function testLoadDecrementingLoop()
     {
-        $this->workflow = $this->definition->loadByName( 'IncrementingLoop' );
-        $this->definition->save( $this->workflow );
-
-        $this->assertEquals(
-          $this->readExpected( 'IncrementingLoop' ),
-          $this->readActual( 'IncrementingLoop' )
+        $this->workflow = $this->definition->loadByName( 'DecrementingLoop' );
+        $this->definition->save( $this->workflow );
+
+        $this->assertEquals(
+          $this->readExpected( 'DecrementingLoop' ),
+          $this->readActual( 'DecrementingLoop' )
         );
     }
 


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to