[Fusionforge-commits] r12853 - branches/Branch_5_1/tests/func/Tasks

Alain Peyrat aljeux at fusionforge.org
Sat Mar 19 16:35:20 CET 2011


Author: aljeux
Date: 2011-03-19 16:35:19 +0100 (Sat, 19 Mar 2011)
New Revision: 12853

Modified:
   branches/Branch_5_1/tests/func/Tasks/createTaskTest.php
Log:
Disable test on gantt chart to avoid extra window not closed.

Modified: branches/Branch_5_1/tests/func/Tasks/createTaskTest.php
===================================================================
--- branches/Branch_5_1/tests/func/Tasks/createTaskTest.php	2011-03-19 15:35:08 UTC (rev 12852)
+++ branches/Branch_5_1/tests/func/Tasks/createTaskTest.php	2011-03-19 15:35:19 UTC (rev 12853)
@@ -60,9 +60,9 @@
         $this->registerEmailAddressForNotification();
         // $this->createSubproject();
         // $this->createPrivateSubproject();
-        $this->displayGANTT();
-        //$this->displayActivityReportByDeveloper();
-        //$this->displayActivityReportBySubproject();
+        // $this->displayGANTT();
+        // $this->displayActivityReportByDeveloper();
+        // $this->displayActivityReportBySubproject();
         $this->exportCSV();
     }
 
@@ -378,6 +378,11 @@
         $this->clickAndWait("link=To Do");
         $this->click("link=Gantt Chart");
         $this->waitForPopUp("Gantt_Chart", "30000");
+        $this->selectWindow("name=Gantt_Chart");
+        $this->assertTextPresent("Assignee");
+
+        $this->close();
+        $this->selectWindow("");
     }
 
     function displayActivityReportByDeveloper()




More information about the Fusionforge-commits mailing list