diff options
author | wei <> | 2006-05-27 03:53:20 +0000 |
---|---|---|
committer | wei <> | 2006-05-27 03:53:20 +0000 |
commit | f21a3840e2486a298ec6976771888f02e3748ebb (patch) | |
tree | 7b5ee50c43a3289762dd7b505e10916c74e979da /tests/FunctionalTests/tickets/tests | |
parent | d333551610131ab486ef566f20b9762645ef5ebb (diff) |
Fixed #162 and #163.
Diffstat (limited to 'tests/FunctionalTests/tickets/tests')
-rw-r--r-- | tests/FunctionalTests/tickets/tests/Ticket163TestCase.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket163TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket163TestCase.php new file mode 100644 index 00000000..cc78c466 --- /dev/null +++ b/tests/FunctionalTests/tickets/tests/Ticket163TestCase.php @@ -0,0 +1,14 @@ +<?php + +class Ticket163TestCase extends SeleniumTestCase +{ + function test() + { + $this->open('tickets/index.php?page=Ticket163'); + $this->assertTextPresent('kr 100,00'); + $this->assertTextPresent('kr 0,00'); + $this->assertTextPresent('-kr 100,00'); + } +} + +?>
\ No newline at end of file |