From: Alec Warner Date: Mon, 26 Mar 2007 07:23:51 +0000 (-0000) Subject: minor name changes for bin tests, svn propset keywords Id stuff X-Git-Tag: v2.2_pre1~1532 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f9e13b22dcaa881f2b6b0cb6267157828b13e3e8;p=portage.git minor name changes for bin tests, svn propset keywords Id stuff svn path=/main/trunk/; revision=6291 --- diff --git a/pym/portage/tests/bin/test_dobin.py b/pym/portage/tests/bin/test_dobin.py index 074c8944e..b6ca12c72 100644 --- a/pym/portage/tests/bin/test_dobin.py +++ b/pym/portage/tests/bin/test_dobin.py @@ -6,7 +6,7 @@ from setup_env import * class DoBin(BinTestCase): - def testBasic(self): + def testDoBin(self): dobin("does-not-exist", 1) xexists_in_D("does-not-exist") xexists_in_D("/bin/does-not-exist") diff --git a/pym/portage/tests/bin/test_dodir.py b/pym/portage/tests/bin/test_dodir.py index a6ec5e196..988b67b8d 100644 --- a/pym/portage/tests/bin/test_dodir.py +++ b/pym/portage/tests/bin/test_dodir.py @@ -1,12 +1,12 @@ # test_dodir.py -- Portage Unit Testing Functionality # Copyright 2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id: test_dep_getcpv.py 6182 2007-03-06 07:35:22Z antarus $ +# $Id: test_dodir.py 6182 2007-03-06 07:35:22Z antarus $ from setup_env import * class DoDir(BinTestCase): - def testBasic(self): + def testDoDir(self): dodir("usr /usr") exists_in_D("/usr") dodir("/var/lib/moocow")