diff options
author | tof <> | 2007-06-20 13:15:38 +0000 |
---|---|---|
committer | tof <> | 2007-06-20 13:15:38 +0000 |
commit | 149f7f6155c80bed9e05f700ca7d7001c65e84bf (patch) | |
tree | 94ae519bd458d14f9f3ac512807368de76980108 /tests/FunctionalTests/tickets/protected/pages/Layout.php | |
parent | f863d96b3eabcb639265f037932a932cf0269f71 (diff) |
Add Functional Test for Ticket 653
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Layout.php')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Layout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Layout.php b/tests/FunctionalTests/tickets/protected/pages/Layout.php index c2a8a44c..0e549fa7 100644 --- a/tests/FunctionalTests/tickets/protected/pages/Layout.php +++ b/tests/FunctionalTests/tickets/protected/pages/Layout.php @@ -7,7 +7,7 @@ class Layout extends TTemplateControl $num = str_replace('Ticket','',$this->getPage()->getPagePath());
$this->getPage()->setTitle("Verifying Ticket $num");
$this->ticketlink->setText("Verifying Ticket $num");
- $this->ticketlink->setNavigateUrl("http://trac.pradosoft.com/ticket/{$num}");
+ $this->ticketlink->setNavigateUrl("http://trac.pradosoft.com/prado/ticket/{$num}");
}
}
|