Return-Path: X-Original-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EC32A10C85 for ; Wed, 28 Aug 2013 14:34:57 +0000 (UTC) Received: (qmail 34186 invoked by uid 500); 28 Aug 2013 14:34:48 -0000 Delivered-To: apmail-incubator-allura-commits-archive@incubator.apache.org Received: (qmail 33999 invoked by uid 500); 28 Aug 2013 14:34:47 -0000 Mailing-List: contact allura-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-commits@incubator.apache.org Received: (qmail 33323 invoked by uid 99); 28 Aug 2013 14:34:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Aug 2013 14:34:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 08B2D320042; Wed, 28 Aug 2013 14:34:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tvansteenburgh@apache.org To: allura-commits@incubator.apache.org Date: Wed, 28 Aug 2013 14:35:21 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [40/50] git commit: [#6284] ticket:418 fixed git commit browser test [#6284] ticket:418 fixed git commit browser test Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/55d3d3ff Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/55d3d3ff Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/55d3d3ff Branch: refs/heads/tv/6526 Commit: 55d3d3ff3ad3b5de19335334a469fd8b2e0f08ce Parents: 690a66c Author: Anton Kasyanov Authored: Fri Aug 23 13:29:36 2013 +0300 Committer: Dave Brondsema Committed: Mon Aug 26 22:52:36 2013 +0000 ---------------------------------------------------------------------- ForgeGit/forgegit/tests/functional/test_controllers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/55d3d3ff/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 bbcd88a..1222429 100644 --- a/ForgeGit/forgegit/tests/functional/test_controllers.py +++ b/ForgeGit/forgegit/tests/functional/test_controllers.py @@ -108,7 +108,7 @@ class TestRootController(_TestCase): assert_equal(data['built_tree']['df30427c488aeab84b2352bdf88a3b19223f9d7a'], {u'url': u'/p/test/src-git/ci/df30427c488aeab84b2352bdf88a3b19223f9d7a/', u'oid': u'df30427c488aeab84b2352bdf88a3b19223f9d7a', - u'short_id': u'6a4588', + u'short_id': u'[df3042]', u'column': 0, u'parents': [u'6a45885ae7347f1cac5103b0050cc1be6a1496c8'], u'message': u'Add README', u'row': 2})