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:
d84c889
)
Backport from trunk: Ported testsuite to use cronjob wrapper
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
e3dbd01
..
ac04164
100755
(executable)
--- a/
tests/func/Site/topTest.php
+++ b/
tests/func/Site/topTest.php
@@
-46,8
+46,10
@@
require_once dirname(dirname(__FILE__)).'/Testing/SeleniumGforge.php';
class TopTester extends FForge_SeleniumTestCase
{
- function
skip
testWalkInTop()
+ function testWalkInTop()
{
+ $this->cron("project_weekly_metric.php");
+
$this->populateStandardTemplate('forums');
$this->init();
@@
-79,6
+81,9
@@
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");
}
}