Author: sb
Date: Tue Jan 22 08:14:23 2008
New Revision: 7225

Log:
- Fix test names.

Modified:
    trunk/WorkflowEventLogTiein/tests/listener_test.php

Modified: trunk/WorkflowEventLogTiein/tests/listener_test.php
==============================================================================
--- trunk/WorkflowEventLogTiein/tests/listener_test.php [iso-8859-1] (original)
+++ trunk/WorkflowEventLogTiein/tests/listener_test.php [iso-8859-1] Tue Jan 22 
08:14:23 2008
@@ -280,7 +280,7 @@
         );
     }
 
-    public function testNonInteractiveSubWorkflow()
+    public function testLogNonInteractiveSubWorkflow()
     {
         $this->setUpStartEnd();
         $this->definition->save( $this->workflow );
@@ -295,7 +295,7 @@
         );
     }
 
-    public function testInteractiveSubWorkflow()
+    public function testLogInteractiveSubWorkflow()
     {
         $this->setUpStartInputEnd();
         $this->definition->save( $this->workflow );
@@ -312,7 +312,7 @@
         );
     }
 
-    public function testLoadWorkflowWithSubWorkflowAndVariablePassing()
+    public function testLogWorkflowWithSubWorkflowAndVariablePassing()
     {
         $definition = new ezcWorkflowDefinitionStorageXml(
           dirname( dirname( dirname( __FILE__ ) ) ) . '/Workflow/tests/data/'


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to