From 2bd8b0f49973a10ad4328b7538ea27e037c5dec5 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 24 Dec 2007 04:49:54 -0800 Subject: Renable test. --- gitosis/test/test_init.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gitosis/test/test_init.py b/gitosis/test/test_init.py index e3531a3..feca828 100644 --- a/gitosis/test/test_init.py +++ b/gitosis/test/test_init.py @@ -49,9 +49,9 @@ def test_init_admin_repository(): # the only thing guaranteed of initial config file ordering is # that [gitosis] is first got = util.readFile(os.path.join(export_dir, 'gitosis.conf')) - # We can't gaurentee this anymore - #got = got.splitlines()[0] - #eq(got, '[gitosis]') + # We can't gaurentee this anymore + got = got.splitlines()[0] + eq(got, '[gitosis]') cfg.read(os.path.join(export_dir, 'gitosis.conf')) eq(sorted(cfg.sections()), sorted([ -- cgit v1.2.3