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:
b859480
)
Backport from trunk: fixes to moinmoinwiki plugin (and tests)
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/PluginsMoinMoin/moinmoinTest.php
patch
|
blob
|
history
diff --git
a/tests/func/PluginsMoinMoin/moinmoinTest.php
b/tests/func/PluginsMoinMoin/moinmoinTest.php
index 2a4f21b7841df93aa478343606c4687274a66e0b..7ee1e273676727ac6b46363cd6a3031e1e6912b5 100644
(file)
--- a/
tests/func/PluginsMoinMoin/moinmoinTest.php
+++ b/
tests/func/PluginsMoinMoin/moinmoinTest.php
@@
-38,6
+38,11
@@
class PluginMoinMoin extends FForge_SeleniumTestCase
$this->clickAndWait("submit");
$this->assertTrue($this->isTextPresent("Project information updated"));
+ // $this->gotoProject('ProjectA');
+ // $this->click("link=MoinMoinWiki");
+ // sleep(5); // MoinMoinWiki has no <h1> element
+ // $this->assertTrue($this->isTextPresent("ConfigurationError"));
+
$this->cron_for_plugin("create-wikis.php", "moinmoin");
sleep (5);