You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2013/04/23 23:11:05 UTC

[4/5] git commit: [#5120] Fix test url

[#5120] Fix test url

Signed-off-by: Tim Van Steenburgh <tv...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/6194bda1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/6194bda1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/6194bda1

Branch: refs/heads/master
Commit: 6194bda1c1405df9664f824e5008701029e213c7
Parents: 9bf778a
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Tue Apr 23 15:23:38 2013 +0000
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Tue Apr 23 17:03:34 2013 +0000

----------------------------------------------------------------------
 .../forgegit/tests/functional/test_controllers.py  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/6194bda1/ForgeGit/forgegit/tests/functional/test_controllers.py
----------------------------------------------------------------------
diff --git a/ForgeGit/forgegit/tests/functional/test_controllers.py b/ForgeGit/forgegit/tests/functional/test_controllers.py
index 5b7f97e..78a8d7e 100644
--- a/ForgeGit/forgegit/tests/functional/test_controllers.py
+++ b/ForgeGit/forgegit/tests/functional/test_controllers.py
@@ -140,7 +140,7 @@ class TestRootController(_TestCase):
         resp = self.app.get('/src-git/ref/master~/tags/')
 
     def _get_ci(self):
-        r = self.app.get('/src-git/ref/master:/')
+        r = self.app.get('/src-git/ref/master/')
         resp = r.follow()
         for tag in resp.html.findAll('a'):
             if tag['href'].startswith('/p/test/src-git/ci/'):