minor name changes for bin tests, svn propset keywords Id stuff
authorAlec Warner <antarus@gentoo.org>
Mon, 26 Mar 2007 07:23:51 +0000 (07:23 -0000)
committerAlec Warner <antarus@gentoo.org>
Mon, 26 Mar 2007 07:23:51 +0000 (07:23 -0000)
svn path=/main/trunk/; revision=6291

pym/portage/tests/bin/test_dobin.py
pym/portage/tests/bin/test_dodir.py

index 074c8944ead484f2d9d7aec849a11b41c91eadd1..b6ca12c72a540f8e06ea7938951c050f5a140a48 100644 (file)
@@ -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")
index a6ec5e19601de19e407a4fb0a801efc686db6a8a..988b67b8d3175eb502789a76020c84382164e7c1 100644 (file)
@@ -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")