summaryrefslogtreecommitdiffstats
path: root/tests/portage_util
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2007-01-12 08:08:53 +0000
committerAlec Warner <antarus@gentoo.org>2007-01-12 08:08:53 +0000
commit544952b129dbb7cd0a0e9ab323c2e89c1b4060c9 (patch)
treebe6303d8dd49c6ef2b1c0efcde55e317abc7bda7 /tests/portage_util
parentbc5315439918ddbb18b87c780dd61ba1863ae11c (diff)
downloadportage-544952b129dbb7cd0a0e9ab323c2e89c1b4060c9.tar.gz
portage-544952b129dbb7cd0a0e9ab323c2e89c1b4060c9.tar.bz2
portage-544952b129dbb7cd0a0e9ab323c2e89c1b4060c9.zip
set Id on tests
svn path=/main/trunk/; revision=5596
Diffstat (limited to 'tests/portage_util')
-rw-r--r--tests/portage_util/__init__.py2
-rw-r--r--tests/portage_util/test_grabdict.py2
-rw-r--r--tests/portage_util/test_normalizedPath.py2
-rw-r--r--tests/portage_util/test_stackDictList.py2
-rw-r--r--tests/portage_util/test_stackDicts.py2
-rw-r--r--tests/portage_util/test_stackLists.py2
-rw-r--r--tests/portage_util/test_uniqueArray.py2
-rw-r--r--tests/portage_util/test_varExpand.py2
8 files changed, 8 insertions, 8 deletions
diff --git a/tests/portage_util/__init__.py b/tests/portage_util/__init__.py
index ede012f66..9325f85f1 100644
--- a/tests/portage_util/__init__.py
+++ b/tests/portage_util/__init__.py
@@ -1,5 +1,5 @@
# tests/portage_util/__init__.py -- Portage Unit Test functionality
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id: __init__.py 5522 2007-01-10 12:30:05Z antarus $
+# $Id$
diff --git a/tests/portage_util/test_grabdict.py b/tests/portage_util/test_grabdict.py
index 74b28ca27..9b995fa24 100644
--- a/tests/portage_util/test_grabdict.py
+++ b/tests/portage_util/test_grabdict.py
@@ -1,7 +1,7 @@
# test_grabDict.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 $
+# $Id$
from unittest import TestCase, TestLoader
from portage_util import grabdict
diff --git a/tests/portage_util/test_normalizedPath.py b/tests/portage_util/test_normalizedPath.py
index 3354e254e..9740306aa 100644
--- a/tests/portage_util/test_normalizedPath.py
+++ b/tests/portage_util/test_normalizedPath.py
@@ -1,7 +1,7 @@
# test_normalizePath.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 $
+# $Id$
from unittest import TestCase
diff --git a/tests/portage_util/test_stackDictList.py b/tests/portage_util/test_stackDictList.py
index 02284e8f4..45b67b838 100644
--- a/tests/portage_util/test_stackDictList.py
+++ b/tests/portage_util/test_stackDictList.py
@@ -1,7 +1,7 @@
# test_stackDictList.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 $
+# $Id$
from unittest import TestCase
diff --git a/tests/portage_util/test_stackDicts.py b/tests/portage_util/test_stackDicts.py
index 98467b5a5..7293004b6 100644
--- a/tests/portage_util/test_stackDicts.py
+++ b/tests/portage_util/test_stackDicts.py
@@ -1,7 +1,7 @@
# test_stackDicts.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 $
+# $Id$
from unittest import TestCase
from portage_util import stack_dicts
diff --git a/tests/portage_util/test_stackLists.py b/tests/portage_util/test_stackLists.py
index c4e1e0056..9a88902da 100644
--- a/tests/portage_util/test_stackLists.py
+++ b/tests/portage_util/test_stackLists.py
@@ -1,7 +1,7 @@
# test_stackLists.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 $
+# $Id$
from unittest import TestCase
from portage_util import stack_lists
diff --git a/tests/portage_util/test_uniqueArray.py b/tests/portage_util/test_uniqueArray.py
index bc0b750b9..c9c9e217d 100644
--- a/tests/portage_util/test_uniqueArray.py
+++ b/tests/portage_util/test_uniqueArray.py
@@ -1,7 +1,7 @@
# test_uniqueArray.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 $
+# $Id$
from unittest import TestCase
from portage_util import unique_array
diff --git a/tests/portage_util/test_varExpand.py b/tests/portage_util/test_varExpand.py
index f36027273..0515bf7e5 100644
--- a/tests/portage_util/test_varExpand.py
+++ b/tests/portage_util/test_varExpand.py
@@ -1,7 +1,7 @@
# test_varExpand.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 $
+# $Id$
from unittest import TestCase, TestLoader
from portage_util import varexpand