summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets
diff options
context:
space:
mode:
authorctrlaltca@gmail.com <>2011-05-15 14:15:54 +0000
committerctrlaltca@gmail.com <>2011-05-15 14:15:54 +0000
commit1182306a0d95ce5da1b9177f96595b4a612f6cdc (patch)
tree31e32beaf6d7bb02b0ee8ef605ec6861c3b9849e /tests/FunctionalTests/tickets
parentd9c34a1877f93f129cf2f9cb540a22291ff3053a (diff)
miscellanea: synced THtmlArea languages and plugins list with the current version of TinyMCE; small fix for unittest ticket#439
Diffstat (limited to 'tests/FunctionalTests/tickets')
-rw-r--r--tests/FunctionalTests/tickets/tests/Ticket439TestCase.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket439TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket439TestCase.php
index 8ba47e87..651e322c 100644
--- a/tests/FunctionalTests/tickets/tests/Ticket439TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Ticket439TestCase.php
@@ -1,4 +1,4 @@
-<?php
+<?php
class Ticket439TestCase extends SeleniumTestCase
{
@@ -10,7 +10,7 @@ class Ticket439TestCase extends SeleniumTestCase
$this->click("{$base}button1");
$this->waitForPageToLoad(3000);
$this->pause(800);
- $this->assertTitle("Verifying Ticket Home");
+ $this->assertTitle("Verifying Home");
}
-}
+}
?> \ No newline at end of file