This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  bbdc41ac5783acafb50146f5403a2a321a017121 (commit)
      from  929cbb24ef553ef467691d4d584364482f783659 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=bbdc41ac5783acafb50146f5403a2a321a017121

commit bbdc41ac5783acafb50146f5403a2a321a017121
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Sat May 29 14:56:03 2021 +0200

    trivial fixes on tests

diff --git a/tests/func/20_Tasks/createTaskTest.php 
b/tests/func/20_Tasks/createTaskTest.php
index 490b711..c4b2438 100644
--- a/tests/func/20_Tasks/createTaskTest.php
+++ b/tests/func/20_Tasks/createTaskTest.php
@@ -381,7 +381,7 @@ class CreateTask extends FForge_SeleniumTestCase
                $this->clickAndWait("link=Tasks");
                $this->clickAndWait("link=To Do");
                $this->clickAndWait("link=Gantt Chart");
-               $this->waitForPopUp("Gantt_Chart", );
+               $this->waitForPopUp("Gantt_Chart");
                $this->selectWindow("name=Gantt_Chart");
                $this->assertTextPresent("Assignee");
 
diff --git a/tests/func/60_PluginsOnlineHelp/contextualHelpTest.php 
b/tests/func/60_PluginsOnlineHelp/contextualHelpTest.php
index 3db4a1b..bc21e3b 100644
--- a/tests/func/60_PluginsOnlineHelp/contextualHelpTest.php
+++ b/tests/func/60_PluginsOnlineHelp/contextualHelpTest.php
@@ -80,7 +80,7 @@ class ContextualHelp extends FForge_SeleniumTestCase
                $this->clickAndWait($action);
                $this->clickAndWait("link=Get Help");
                sleep(1);
-               $this->waitForPopUp("HelpWindow", );
+               $this->waitForPopUp("HelpWindow");
                $this->selectWindow("name=HelpWindow");
                $this->assertTextPresent($text);
                $this->close();
diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index 470547f..bd70531 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -89,8 +89,7 @@ require_once $config;
 
 use PHPUnit\Extensions\Selenium2TestCase\ScreenshotListener;
 
-abstract class FForge_SeleniumTestCase extends 
PHPUnit\Extensions\Selenium2TestCase
-{
+abstract class FForge_SeleniumTestCase extends 
PHPUnit\Extensions\Selenium2TestCase {
        public $logged_in = false ;
        public $fixture = 'base';
        public $fixture_loaded = false;

-----------------------------------------------------------------------

Summary of changes:
 tests/func/20_Tasks/createTaskTest.php                 | 2 +-
 tests/func/60_PluginsOnlineHelp/contextualHelpTest.php | 2 +-
 tests/func/SeleniumForge.php                           | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
Fusionforge-commits@lists.fusionforge.org
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to