summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket285TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/tests/Ticket285TestCase.php')
-rwxr-xr-xtests/FunctionalTests/tickets/tests/Ticket285TestCase.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket285TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket285TestCase.php
index 04a451df..9aee012e 100755
--- a/tests/FunctionalTests/tickets/tests/Ticket285TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Ticket285TestCase.php
@@ -5,7 +5,7 @@ class Ticket285TestCase extends PradoGenericSelenium2Test
function test()
{
$this->url('tickets/index.php?page=Ticket285');
- $this->assertContains('350.00', $this->source());
- $this->assertContains('349.99', $this->source());
+ $this->assertSourceContains('350.00');
+ $this->assertSourceContains('349.99');
}
} \ No newline at end of file