From 6ac1f119472d2e41650f4cf7a9bdb17a3afda42c Mon Sep 17 00:00:00 2001 From: Alec Warner Date: Sat, 27 Jan 2007 18:16:08 +0000 Subject: Move tests into new directory structure svn path=/main/trunk/; revision=5794 --- tests/portage_util/test_normalizedPath.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tests/portage_util/test_normalizedPath.py (limited to 'tests/portage_util/test_normalizedPath.py') diff --git a/tests/portage_util/test_normalizedPath.py b/tests/portage_util/test_normalizedPath.py deleted file mode 100644 index bd575d266..000000000 --- a/tests/portage_util/test_normalizedPath.py +++ /dev/null @@ -1,15 +0,0 @@ -# test_normalizePath.py -- Portage Unit Testing Functionality -# Copyright 2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -from unittest import TestCase - -class NormalizePathTestCase(TestCase): - - def testNormalizePath(self): - - from portage.util import normalize_path - path = "///foo/bar/baz" - good = "/foo/bar/baz" - self.assertEqual(normalize_path(path), good) -- cgit v1.2.3-1-g7c22