projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
45baef1
)
Let's give Loggerhead some more time to answer on the buildbot
author
Roland Mas
<lolando@debian.org>
Wed, 28 Nov 2012 17:33:28 +0000
(18:33 +0100)
committer
Roland Mas
<lolando@debian.org>
Wed, 28 Nov 2012 17:33:28 +0000
(18:33 +0100)
tests/func/PluginsScmBzr/bzrTest.php
patch
|
blob
|
history
diff --git
a/tests/func/PluginsScmBzr/bzrTest.php
b/tests/func/PluginsScmBzr/bzrTest.php
index ebf89f5c17699c5a219a9560bf8bc7e5665ddb2b..ec9db7bd975ed75885161569c1675c2cc103b86a 100644
(file)
--- a/
tests/func/PluginsScmBzr/bzrTest.php
+++ b/
tests/func/PluginsScmBzr/bzrTest.php
@@
-47,7
+47,8
@@
class ScmBzrTest extends FForge_SeleniumTestCase
$this->open(ROOT.'/scm/loggerhead/');
$this->assertTextPresent("Browsing (root)");
$this->open(ROOT.'/scm/loggerhead/');
$this->assertTextPresent("Browsing (root)");
- $this->clickAndWait("link=projecta");
+ $this->click("link=projecta");
+ $this->waitForPageToLoad(60000);
$this->assertTextPresent("Browsing (root)/projecta");
// Get the address of the repo
$this->assertTextPresent("Browsing (root)/projecta");
// Get the address of the repo
@@
-73,13
+74,18
@@
class ScmBzrTest extends FForge_SeleniumTestCase
system("cd $t/trunk && bzr push --quiet $p/trunk", $ret);
$this->assertEquals($ret, 0);
system("cd $t/trunk && bzr push --quiet $p/trunk", $ret);
$this->assertEquals($ret, 0);
- $this->open(ROOT.'/scm/loggerhead/projecta');
+ $this->open(ROOT.'/scm/loggerhead/');
+ $this->assertTextPresent("Browsing (root)");
+ $this->click("link=projecta");
+ $this->waitForPageToLoad(60000);
$this->assertTextPresent("Browsing (root)/projecta");
$this->assertTextPresent("trunk");
$this->assertTextPresent("Browsing (root)/projecta");
$this->assertTextPresent("trunk");
- $this->clickAndWait("link=trunk");
+ $this->click("link=trunk");
+ $this->waitForPageToLoad(60000);
$this->assertTextPresent("Modifying file");
$this->assertTextNotPresent("Adding file");
$this->assertTextPresent("Modifying file");
$this->assertTextNotPresent("Adding file");
- $this->clickAndWait("link=Changes");
+ $this->click("link=Changes");
+ $this->waitForPageToLoad(60000);
$this->assertTextPresent("Modifying file");
$this->assertTextPresent("Adding file");
$this->assertTextPresent("Modifying file");
$this->assertTextPresent("Adding file");