From 4b41982314af49396ee577c8d4dea0624b8e9096 Mon Sep 17 00:00:00 2001 From: wei <> Date: Wed, 21 Mar 2007 03:18:54 +0000 Subject: Fixed #573 --- .../FunctionalTests/tickets/protected/pages/Ticket573.page | 6 ++++++ tests/FunctionalTests/tickets/tests/Ticket573TestCase.php | 14 ++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket573.page create mode 100644 tests/FunctionalTests/tickets/tests/Ticket573TestCase.php (limited to 'tests/FunctionalTests') diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket573.page b/tests/FunctionalTests/tickets/protected/pages/Ticket573.page new file mode 100644 index 00000000..a2c4d145 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket573.page @@ -0,0 +1,6 @@ + +

NumberFormat Bug

+ + + +
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/tests/Ticket573TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket573TestCase.php new file mode 100644 index 00000000..60a8d453 --- /dev/null +++ b/tests/FunctionalTests/tickets/tests/Ticket573TestCase.php @@ -0,0 +1,14 @@ +open('tickets/index.php?page=Ticket573'); + $this->verifyTitle("Verifying Ticket 573", ""); + + $this->assertText('test1', '10.00'); + } +} + +?> \ No newline at end of file -- cgit v1.2.3