diff options
author | ctrlaltca@gmail.com <> | 2011-05-15 14:15:54 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-05-15 14:15:54 +0000 |
commit | 1182306a0d95ce5da1b9177f96595b4a612f6cdc (patch) | |
tree | 31e32beaf6d7bb02b0ee8ef605ec6861c3b9849e /tests/FunctionalTests/tickets | |
parent | d9c34a1877f93f129cf2f9cb540a22291ff3053a (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.php | 6 |
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 |