From 33737a9270c27478da9f4d50d0fd2bb26ceb6991 Mon Sep 17 00:00:00 2001 From: wei <> Date: Tue, 8 May 2007 02:27:10 +0000 Subject: Add more tests for #488 --- tests/FunctionalTests/tickets/tests/Ticket488TestCase.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') diff --git a/tests/FunctionalTests/tickets/tests/Ticket488TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket488TestCase.php index c54b4170..f0159d05 100644 --- a/tests/FunctionalTests/tickets/tests/Ticket488TestCase.php +++ b/tests/FunctionalTests/tickets/tests/Ticket488TestCase.php @@ -32,6 +32,11 @@ class Ticket488TestCase extends SeleniumTestCase $this->assertNotVisible('loginBox'); } + function test_more() + { + $this->open('tickets/index.php?page=Ticket488'); + //add test assertions here. + } } ?> \ No newline at end of file -- cgit v1.2.3