set Id on tests
authorAlec Warner <antarus@gentoo.org>
Fri, 12 Jan 2007 08:08:53 +0000 (08:08 -0000)
committerAlec Warner <antarus@gentoo.org>
Fri, 12 Jan 2007 08:08:53 +0000 (08:08 -0000)
svn path=/main/trunk/; revision=5596

17 files changed:
tests/portage/__init__.py
tests/portage_dep/__init__.py
tests/portage_dep/test_dep_getcpv.py
tests/portage_dep/test_dep_getslot.py
tests/portage_dep/test_get_operator.py
tests/portage_dep/test_isjustname.py
tests/portage_dep/test_isvalidatom.py
tests/portage_dep/test_match_from_list.py
tests/portage_util/__init__.py
tests/portage_util/test_grabdict.py
tests/portage_util/test_normalizedPath.py
tests/portage_util/test_stackDictList.py
tests/portage_util/test_stackDicts.py
tests/portage_util/test_stackLists.py
tests/portage_util/test_uniqueArray.py
tests/portage_util/test_varExpand.py
tests/portage_versions/__init__.py

index e1c0ae5951b0993292e90b00781386ff7f0e83f7..920c2f7e3822b0601ba8b8a50641068e8e9c5de1 100644 (file)
@@ -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$
index e1c0ae5951b0993292e90b00781386ff7f0e83f7..920c2f7e3822b0601ba8b8a50641068e8e9c5de1 100644 (file)
@@ -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$
index 90e1b6e56bc30524b68f320e4a84e18233ad8210..3652169d4d798e4af3af219cdb7191375a31182a 100644 (file)
@@ -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
index 5e18d7cd4acc2f396665558db6da18530280858e..fc5a6e3cd212e3ddda1969f10b1e27127fe509c3 100644 (file)
@@ -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
index ec052d9146a8770e8485bb48b81cc7f158b25cef..72063f39ab48594059bc4cf5ba4b5066956248b1 100644 (file)
@@ -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
index a8a4e24bef089f62c69961e557153d5f0874d7cc..1e152e73d114f39104c3d8e03a0bbe5e68d2a085 100644 (file)
@@ -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
index 7835fbd0c984a3be8ddd4b32a017827f9e250013..f1410366ce994d60af69b3cf0b801e6d7fcef9b9 100644 (file)
@@ -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
index 4526d4e312677a87981aae691d2fd08bd288231a..d9d53ccbd29d1a0330bfc11fcca219eb9610f6ce 100644 (file)
@@ -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
index ede012f667338c568a030ed70139e0e5773b3f50..9325f85f14dc625789428ead6a3d0bdcef3321d0 100644 (file)
@@ -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$
 
index 74b28ca27b8bc0d3fc8a37d68d4020986682f6c1..9b995fa2494402f89543680a6d04e3364c99ee14 100644 (file)
@@ -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
index 3354e254e9f41b5f1eef7f6157e65e94ae6866ea..9740306aa3114d5d0ae31cdd6f73b55f5109f97b 100644 (file)
@@ -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
 
index 02284e8f4400ad5c5ca2f73d02fe98293177e432..45b67b83898cb35593ece1e56f0c6c315d3d0880 100644 (file)
@@ -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
 
index 98467b5a56a4d7b517f32c45471c8d72ee0452cf..7293004b603da1e42f70ffd9b1c1c7796d9e449f 100644 (file)
@@ -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
index c4e1e005627bdb81ec0cc569e44381a73bd0d45c..9a88902da48f8e52e0fd1a798fb6edd3f658913d 100644 (file)
@@ -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
index bc0b750b994c80d679e342b6627f732d7ffb49b3..c9c9e217d3ee5691f839e91395460670170a9d44 100644 (file)
@@ -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
index f3602727359f3eb777c18797a164c5e72aca4711..0515bf7e56c116711da53a615085559b1e07c5c1 100644 (file)
@@ -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
index e1c0ae5951b0993292e90b00781386ff7f0e83f7..920c2f7e3822b0601ba8b8a50641068e8e9c5de1 100644 (file)
@@ -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$