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  72ecc64f2445e9b59cf21e5098df7f036cc76881 (commit)
      from  c8f3f162aaddddf1d9d7c3c01e14e8c7da3b4574 (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=72ecc64f2445e9b59cf21e5098df7f036cc76881

commit 72ecc64f2445e9b59cf21e5098df7f036cc76881
Author: Franck Villaume <[email protected]>
Date:   Thu Mar 28 21:59:15 2019 +0100

    implement missing assertTextNotPresent

diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index 410a8f9..9e2c13c 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -656,6 +656,10 @@ class FForge_SeleniumTestCase extends 
PHPUnit_Extensions_Selenium2TestCase
                return $this->assertTrue($this->waitForTextPresent($string));
        }
 
+       function assertTextNotPresent($string) {
+               return $this->assertFalse($this->isTextPresent($string));
+       }
+
        function check($string) {
                $myelement = $this->byXPath($string);
                if (!$myelement->attribute('checked')) {

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

Summary of changes:
 tests/func/SeleniumForge.php | 4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to