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.0 has been updated
via e337630ffa34ea1b8bee711dba03e7fcebe8a117 (commit)
from 067c1b63eed7d121e906dad27ee15e99d7d13782 (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 -----------------------------------------------------------------
commit e337630ffa34ea1b8bee711dba03e7fcebe8a117
Author: Roland Mas <[email protected]>
Date: Tue Apr 28 15:32:36 2015 +0200
SOAP test: fixed regex to include ~ (for RC builds)
diff --git a/tests/func/70_SOAP/soapTest.php b/tests/func/70_SOAP/soapTest.php
index c96f60d..89f5922 100644
--- a/tests/func/70_SOAP/soapTest.php
+++ b/tests/func/70_SOAP/soapTest.php
@@ -46,7 +46,7 @@ class SoapTest extends FForge_SeleniumTestCase
// Check version number
$version = $this->soapclient->version();
- $this->assertRegexp('/^[-0-9.+a-z]*$/', $version);
+ $this->assertRegexp('/^[-0-9.+a-z~]*$/', $version);
// Check login
$response = $this->soapclient->login($userid, $passwd);
-----------------------------------------------------------------------
Summary of changes:
tests/func/70_SOAP/soapTest.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits