remove monolithic test
authorAlec Warner <antarus@gentoo.org>
Wed, 10 Jan 2007 13:45:50 +0000 (13:45 -0000)
committerAlec Warner <antarus@gentoo.org>
Wed, 10 Jan 2007 13:45:50 +0000 (13:45 -0000)
svn path=/main/trunk/; revision=5530

tests/portage_util/test_util.py [deleted file]

diff --git a/tests/portage_util/test_util.py b/tests/portage_util/test_util.py
deleted file mode 100644 (file)
index ddbfb80..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# test_vercmp.py -- Portage Unit Testing Functionality
-# Copyright 2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id: test_vercmp.py 5213 2006-12-08 00:12:41Z antarus $
-
-from unittest import TestCase, TestLoader
-
-class UtilTestCase(TestCase):
-       
-       def testUniqueArray(self):
-               pass
-               
-       def testVarexpand(self):
-               pass
-               
-       def testStackLists(self):
-               pass
-       
-       def testStackDicts(self):
-               pass