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:
2390d86
)
Backport from trunk: Added minimal testsuite for MoinMoinWiki plugin
author
Roland Mas
<lolando@debian.org>
Sun, 23 Sep 2012 10:52:42 +0000
(10:52 +0000)
committer
Roland Mas
<lolando@debian.org>
Sun, 23 Sep 2012 10:52:42 +0000
(10:52 +0000)
tests/func/Site/topTest.php
patch
|
blob
|
history
diff --git
a/tests/func/Site/topTest.php
b/tests/func/Site/topTest.php
index
ac04164
..
e3dbd01
100755
(executable)
--- a/
tests/func/Site/topTest.php
+++ b/
tests/func/Site/topTest.php
@@
-46,10
+46,8
@@
require_once dirname(dirname(__FILE__)).'/Testing/SeleniumGforge.php';
class TopTester extends FForge_SeleniumTestCase
{
- function testWalkInTop()
+ function
skip
testWalkInTop()
{
- $this->cron("project_weekly_metric.php");
-
$this->populateStandardTemplate('forums');
$this->init();
@@
-81,9
+79,6
@@
class TopTester extends FForge_SeleniumTestCase
$this->clickAndWait("link=[View Other Top Categories]");
$this->clickAndWait("link=Top Downloads");
$this->assertTextPresent("Rank");
-
-
- $this->cron("project_weekly_metric.php");
}
}