summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket54TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/tests/Ticket54TestCase.php')
-rw-r--r--tests/FunctionalTests/tickets/tests/Ticket54TestCase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket54TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket54TestCase.php
index c131a67d..1698f1cb 100644
--- a/tests/FunctionalTests/tickets/tests/Ticket54TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Ticket54TestCase.php
@@ -5,7 +5,7 @@ class Ticket54TestCase extends SeleniumTestCase
function test()
{
$this->open('tickets/index.php?page=Ticket54');
- $this->verifyTextPresent("|A||B||C|", "");
+ $this->verifyTextPresent("|A|a|B|b|C|", "");
}
}