From 544952b129dbb7cd0a0e9ab323c2e89c1b4060c9 Mon Sep 17 00:00:00 2001 From: Alec Warner Date: Fri, 12 Jan 2007 08:08:53 +0000 Subject: set Id on tests svn path=/main/trunk/; revision=5596 --- tests/portage/__init__.py | 2 +- tests/portage_dep/__init__.py | 2 +- tests/portage_dep/test_dep_getcpv.py | 2 +- tests/portage_dep/test_dep_getslot.py | 2 +- tests/portage_dep/test_get_operator.py | 2 +- tests/portage_dep/test_isjustname.py | 2 +- tests/portage_dep/test_isvalidatom.py | 2 +- tests/portage_dep/test_match_from_list.py | 2 +- tests/portage_util/__init__.py | 2 +- tests/portage_util/test_grabdict.py | 2 +- tests/portage_util/test_normalizedPath.py | 2 +- tests/portage_util/test_stackDictList.py | 2 +- tests/portage_util/test_stackDicts.py | 2 +- tests/portage_util/test_stackLists.py | 2 +- tests/portage_util/test_uniqueArray.py | 2 +- tests/portage_util/test_varExpand.py | 2 +- tests/portage_versions/__init__.py | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/tests/portage/__init__.py b/tests/portage/__init__.py index e1c0ae595..920c2f7e3 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 e1c0ae595..920c2f7e3 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 90e1b6e56..3652169d4 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 5e18d7cd4..fc5a6e3cd 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 ec052d914..72063f39a 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 a8a4e24be..1e152e73d 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 7835fbd0c..f1410366c 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 4526d4e31..d9d53ccbd 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 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 diff --git a/tests/portage_versions/__init__.py b/tests/portage_versions/__init__.py index e1c0ae595..920c2f7e3 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$ -- cgit v1.2.3-1-g7c22