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 7ae563eba2d0996e16e6d8bc2accea3eccb05242 (commit)
from 2de3626ae44ad1bdbab5ba359ba181f7167d739a (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=7ae563eba2d0996e16e6d8bc2accea3eccb05242
commit 7ae563eba2d0996e16e6d8bc2accea3eccb05242
Author: Franck Villaume <[email protected]>
Date: Sat Jan 7 19:05:42 2017 +0100
fix test
diff --git a/tests/func/20_FRS/FRSTest.php b/tests/func/20_FRS/FRSTest.php
index 49539f7..c73285b 100644
--- a/tests/func/20_FRS/FRSTest.php
+++ b/tests/func/20_FRS/FRSTest.php
@@ -52,7 +52,8 @@ class CreateFRS extends FForge_SeleniumTestCase
$this->assertTextPresent("Added Package");
$this->clickAndWait("link=Administration");
$this->type('//td[2]/input', 'My Named Packaged');
- $this->clickAndWait('//td[5]/input');
- $this->assertTextPresent('Package successfully updated');
+ $this->click('//td[5]/input');
+ $this->clickAndWait("link=View File Releases");
+ $this->assertTextPresent('My Named Package');
}
}
-----------------------------------------------------------------------
Summary of changes:
tests/func/20_FRS/FRSTest.php | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits