summaryrefslogtreecommitdiff
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
parentmore string deprecation (diff)
downloadportage-multirepo-544952b129dbb7cd0a0e9ab323c2e89c1b4060c9.tar.gz
portage-multirepo-544952b129dbb7cd0a0e9ab323c2e89c1b4060c9.tar.bz2
portage-multirepo-544952b129dbb7cd0a0e9ab323c2e89c1b4060c9.zip
set Id on tests
svn path=/main/trunk/; revision=5596
-rw-r--r--tests/portage/__init__.py2
-rw-r--r--tests/portage_dep/__init__.py2
-rw-r--r--tests/portage_dep/test_dep_getcpv.py2
-rw-r--r--tests/portage_dep/test_dep_getslot.py2
-rw-r--r--tests/portage_dep/test_get_operator.py2
-rw-r--r--tests/portage_dep/test_isjustname.py2
-rw-r--r--tests/portage_dep/test_isvalidatom.py2
-rw-r--r--tests/portage_dep/test_match_from_list.py2
-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
-rw-r--r--tests/portage_versions/__init__.py2
17 files changed, 17 insertions, 17 deletions
diff --git a/tests/portage/__init__.py b/tests/portage/__init__.py
index e1c0ae59..920c2f7e 100644
--- a/tests/portage/__init__.py
+++ b/tests/portage/__init__.py
@@ -1,4 +1,4 @@
# tests/portage/__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_dep/__init__.py b/tests/portage_dep/__init__.py
index e1c0ae59..920c2f7e 100644
--- a/tests/portage_dep/__init__.py
+++ b/tests/portage_dep/__init__.py
@@ -1,4 +1,4 @@
# tests/portage/__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_dep/test_dep_getcpv.py b/tests/portage_dep/test_dep_getcpv.py
index 90e1b6e5..3652169d 100644
--- a/tests/portage_dep/test_dep_getcpv.py
+++ b/tests/portage_dep/test_dep_getcpv.py
@@ -1,7 +1,7 @@
# test_dep_getcpv.py -- Portage Unit Testing Functionality
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id: test_atoms.py 5525 2007-01-10 13:35:03Z antarus $
+# $Id$
from unittest import TestCase
from portage_dep import dep_getcpv
diff --git a/tests/portage_dep/test_dep_getslot.py b/tests/portage_dep/test_dep_getslot.py
index 5e18d7cd..fc5a6e3c 100644
--- a/tests/portage_dep/test_dep_getslot.py
+++ b/tests/portage_dep/test_dep_getslot.py
@@ -1,7 +1,7 @@
# test_dep_getslot.py -- Portage Unit Testing Functionality
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id: test_atoms.py 5525 2007-01-10 13:35:03Z antarus $
+# $Id$
from unittest import TestCase
from portage_dep import dep_getslot
diff --git a/tests/portage_dep/test_get_operator.py b/tests/portage_dep/test_get_operator.py
index ec052d91..72063f39 100644
--- a/tests/portage_dep/test_get_operator.py
+++ b/tests/portage_dep/test_get_operator.py
@@ -1,7 +1,7 @@
# test_match_from_list.py -- Portage Unit Testing Functionality
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id: test_atoms.py 5525 2007-01-10 13:35:03Z antarus $
+# $Id$
from unittest import TestCase
from portage_dep import get_operator
diff --git a/tests/portage_dep/test_isjustname.py b/tests/portage_dep/test_isjustname.py
index a8a4e24b..1e152e73 100644
--- a/tests/portage_dep/test_isjustname.py
+++ b/tests/portage_dep/test_isjustname.py
@@ -1,7 +1,7 @@
# test_isjustname.py -- Portage Unit Testing Functionality
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id: test_atoms.py 5525 2007-01-10 13:35:03Z antarus $
+# $Id$
from unittest import TestCase
from portage_dep import isjustname
diff --git a/tests/portage_dep/test_isvalidatom.py b/tests/portage_dep/test_isvalidatom.py
index 7835fbd0..f1410366 100644
--- a/tests/portage_dep/test_isvalidatom.py
+++ b/tests/portage_dep/test_isvalidatom.py
@@ -1,7 +1,7 @@
# test_isvalidatom.py -- Portage Unit Testing Functionality
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id: test_atoms.py 5525 2007-01-10 13:35:03Z antarus $
+# $Id$
from unittest import TestCase
from portage_dep import isvalidatom
diff --git a/tests/portage_dep/test_match_from_list.py b/tests/portage_dep/test_match_from_list.py
index 4526d4e3..d9d53ccb 100644
--- a/tests/portage_dep/test_match_from_list.py
+++ b/tests/portage_dep/test_match_from_list.py
@@ -1,7 +1,7 @@
# test_match_from_list.py -- Portage Unit Testing Functionality
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id: test_atoms.py 5525 2007-01-10 13:35:03Z antarus $
+# $Id$
from unittest import TestCase
from portage_dep import match_from_list
diff --git a/tests/portage_util/__init__.py b/tests/portage_util/__init__.py
index ede012f6..9325f85f 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 74b28ca2..9b995fa2 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 3354e254..9740306a 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 02284e8f..45b67b83 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 98467b5a..7293004b 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 c4e1e005..9a88902d 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 bc0b750b..c9c9e217 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 f3602727..0515bf7e 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
diff --git a/tests/portage_versions/__init__.py b/tests/portage_versions/__init__.py
index e1c0ae59..920c2f7e 100644
--- a/tests/portage_versions/__init__.py
+++ b/tests/portage_versions/__init__.py
@@ -1,4 +1,4 @@
# tests/portage/__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$