From cba0c1b472cec22e4ffed2b3b084bea27cd26582 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 17 Feb 2006 21:14:12 +0000 Subject: Fixed #54. --- tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl | 2 +- tests/FunctionalTests/tickets/tests/Ticket54TestCase.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl b/tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl index af57b6c7..5838aa5b 100644 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl @@ -1 +1 @@ -|||||| +||a||b|| 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|", ""); } } -- cgit v1.2.3