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, 6.1 has been updated
       via  35e2906afad657c481a701156ff9d771a1a2f4de (commit)
      from  84ab8d2403185eb0c7a19dad19dfdb694d9e423e (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=35e2906afad657c481a701156ff9d771a1a2f4de

commit 35e2906afad657c481a701156ff9d771a1a2f4de
Author: Roland Mas <[email protected]>
Date:   Wed Dec 9 16:50:50 2020 +0100

    Try fixing testsuite

diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index b6c60eb..01f3dc3 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -615,11 +615,11 @@ abstract class FForge_SeleniumTestCase extends 
PHPUnit\Extensions\Selenium2TestC
        protected function isElementPresent($element) {
                try {
                        if (preg_match('/^\/\/[a-z]/', $element)) {
-                               if ($this->byXPath($element) instanceof 
PHPUnit\Extensions\Selenium2TestCase_Element) {
+                               if ($this->byXPath($element) instanceof 
PHPUnit\Extensions\Selenium2TestCase\Element) {
                                        return true;
                                }
                        } elseif (preg_match('/^link=/', $element)) {
-                               if ($this->byLinkText(substr($element, 5)) 
instanceof PHPUnit\Extensions\Selenium2TestCase_Element) {
+                               if ($this->byLinkText(substr($element, 5)) 
instanceof PHPUnit\Extensions\Selenium2TestCase\Element) {
                                        return true;
                                }
                        }

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

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


hooks/post-receive
-- 
FusionForge

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

Reply via email to