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  2ae6b5821081ba43eb114273ae6ef27561d2e752 (commit)
      from  fba856b18bcbb5b2b8004fc2fb79a0d4a4b765f2 (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=2ae6b5821081ba43eb114273ae6ef27561d2e752

commit 2ae6b5821081ba43eb114273ae6ef27561d2e752
Author: Franck Villaume <[email protected]>
Date:   Mon May 8 23:02:47 2017 +0200

    fix SOAP test

diff --git a/tests/func/70_SOAP/soapTest.php b/tests/func/70_SOAP/soapTest.php
index ae770b0..4261cff 100644
--- a/tests/func/70_SOAP/soapTest.php
+++ b/tests/func/70_SOAP/soapTest.php
@@ -63,7 +63,7 @@ class SoapTest extends FForge_SeleniumTestCase
                        $this->fail('An expected exception has not been 
raised.');
                }
                catch (SoapFault $expected) {
-                       $this->assertEquals("Unable to log in with userid of 
coin", $expected->faultstring);
+                       $this->assertEquals("Unable to log in with username of 
coin", $expected->faultstring);
                }
 
                // Check logging in with wrong password
@@ -72,7 +72,7 @@ class SoapTest extends FForge_SeleniumTestCase
                        $this->fail('An expected exception has not been 
raised.');
                }
                catch (SoapFault $expected) {
-                       $this->assertEquals("Unable to log in with userid of 
".FORGE_ADMIN_USERNAME, $expected->faultstring);
+                       $this->assertEquals("Unable to log in with username of 
".FORGE_ADMIN_USERNAME, $expected->faultstring);
                }
 
                // Get list of groups with empty parameters

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

Summary of changes:
 tests/func/70_SOAP/soapTest.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