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  b015848bfbd3f64f7bafe143ae93e8c30910b6f6 (commit)
      from  7624fc59ed69cbb1d4326e51e5274a1d9bd3816d (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 b015848bfbd3f64f7bafe143ae93e8c30910b6f6
Author: Roland Mas <[email protected]>
Date:   Tue Apr 7 10:34:31 2015 +0200

    Fixed bzr testsuite (partial revert of 
91e961c43428eb53bba1685548d2ffd0541bbf44)

diff --git a/tests/func/50_PluginsScmBzr/bzrTest.php 
b/tests/func/50_PluginsScmBzr/bzrTest.php
index f5ad7ec..0621acf 100644
--- a/tests/func/50_PluginsScmBzr/bzrTest.php
+++ b/tests/func/50_PluginsScmBzr/bzrTest.php
@@ -61,6 +61,8 @@ class ScmBzrTest extends FForge_SeleniumTestCase
                $this->clickAndWait("link=SCM");
                $this->clickAndWait("link=Browse Bazaar Repository");
                $this->selectFrame("id=scmbzr_iframe");
+               $this->assertTextPresent("Browsing (root)");
+               $this->clickAndWait("link=projecta");
                $this->assertTextPresent("Browsing (root)/projecta");
                $this->selectFrame("relative=top");
 
@@ -92,6 +94,8 @@ class ScmBzrTest extends FForge_SeleniumTestCase
                $this->clickAndWait("link=SCM");
                $this->clickAndWait("link=Browse Bazaar Repository");
                $this->selectFrame("id=scmbzr_iframe");
+               $this->assertTextPresent("Browsing (root)");
+               $this->clickAndWait("link=projecta");
                $this->assertTextPresent("Browsing (root)/projecta");
                $this->assertTextPresent("trunk");
                $this->clickAndWait("link=trunk");

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

Summary of changes:
 tests/func/50_PluginsScmBzr/bzrTest.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