From 924309fbcbca661471bd612609c147e5215543d2 Mon Sep 17 00:00:00 2001
From: Fabio Bas <ctrlaltca@gmail.com>
Date: Sat, 14 Sep 2013 10:46:38 +0200
Subject: Drop old google code links

---
 tests/FunctionalTests/tickets/protected/pages/Layout.php | 1 +
 1 file changed, 1 insertion(+)

(limited to 'tests/FunctionalTests')

diff --git a/tests/FunctionalTests/tickets/protected/pages/Layout.php b/tests/FunctionalTests/tickets/protected/pages/Layout.php
index da23db77..b971fb1c 100644
--- a/tests/FunctionalTests/tickets/protected/pages/Layout.php
+++ b/tests/FunctionalTests/tickets/protected/pages/Layout.php
@@ -10,6 +10,7 @@ class Layout extends TTemplateControl
 		$this->getPage()->setTitle("Verifying $type $num");
 		$this->ticketlink->setText("Verifying $type $num");
 		
+		//TODO New issues will link to https://github.com/pradosoft/prado/issues/{$num}
 		if(strToLower($type) === 'issue') {
 			$this->ticketlink->setNavigateUrl("http://code.google.com/p/prado3/issues/detail?id={$num}");	
 		}
-- 
cgit v1.2.3