aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-26 18:09:54 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-26 18:09:54 +0200
commit172b7cfe35a466c4888f008470a491f312fe16d4 (patch)
tree5013b583c094abb57d4474252e10ad2f31ba5df9 /tests
parent1b73c217f0ba80e448bb3f34ffe8ed082fa5e99f (diff)
parent36dfb95816d66a14533e2a1913154bde377b100c (diff)
downloadforums-172b7cfe35a466c4888f008470a491f312fe16d4.tar
forums-172b7cfe35a466c4888f008470a491f312fe16d4.tar.gz
forums-172b7cfe35a466c4888f008470a491f312fe16d4.tar.bz2
forums-172b7cfe35a466c4888f008470a491f312fe16d4.tar.xz
forums-172b7cfe35a466c4888f008470a491f312fe16d4.zip
Merge pull request #2134 from marcosbc/ticket/12270
[ticket/12270] Current post and topic approval notification message * marcosbc/ticket/12270: [ticket/12270] Fixed topic counting bug and tests [ticket/12270] Fixed tests not working [ticket/12270] No quote notif and double poster notification fix [ticket/12270] Fixed tests [ticket/12270] Fixed rebase conflicts [ticket/12270] Correct confirm approval message for topics [ticket/12270] Correcting to follow phpBB coding standards [ticket/12270] Better structured code and no debug error message [ticket/12270] Correct notifications for posts/topics now working [ticket/12270] Reverted templates [ticket/12270] Correct post&topic approval msg, no template changes [ticket/12270] Corrent post and topic approval notification message
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/visibility_reapprove_test.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/functional/visibility_reapprove_test.php b/tests/functional/visibility_reapprove_test.php
index 70134ef724..57a1212c57 100644
--- a/tests/functional/visibility_reapprove_test.php
+++ b/tests/functional/visibility_reapprove_test.php
@@ -208,8 +208,7 @@ class phpbb_functional_visibility_reapprove_test extends phpbb_functional_test_c
$crawler = self::submit($form);
$form = $crawler->selectButton($this->lang('YES'))->form();
$crawler = self::submit($form);
- //@todo $this->assertContainsLang('TOPIC_APPROVED_SUCCESS', $crawler->text());
- $this->assertContainsLang('POST_APPROVED_SUCCESS', $crawler->text());
+ $this->assertContainsLang('TOPIC_APPROVED_SUCCESS', $crawler->text());
$this->assert_forum_details($this->data['forums']['Reapprove Test #1'], array(
'forum_posts_approved' => 3,