summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2007-01-16 16:35:52 +0000
committerAlec Warner <antarus@gentoo.org>2007-01-16 16:35:52 +0000
commit15cb29669b045deaf4e43b6f028f67a7b925f894 (patch)
tree02d4ae55a8e3d87604c8f17cf1adefe81e72a429 /tests
parentVarious glep 42 fixes, fix up the portageq calls to fail properly, rewrite th... (diff)
downloadportage-multirepo-15cb29669b045deaf4e43b6f028f67a7b925f894.tar.gz
portage-multirepo-15cb29669b045deaf4e43b6f028f67a7b925f894.tar.bz2
portage-multirepo-15cb29669b045deaf4e43b6f028f67a7b925f894.zip
fix a few typos in tests
svn path=/main/trunk/; revision=5671
Diffstat (limited to 'tests')
-rw-r--r--tests/portage_dep/__init__.py2
-rw-r--r--tests/portage_news/__init__.py4
-rw-r--r--tests/portage_versions/__init__.py2
3 files changed, 6 insertions, 2 deletions
diff --git a/tests/portage_dep/__init__.py b/tests/portage_dep/__init__.py
index 920c2f7e..a258eec6 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
+# tests/portage_dep/__init__.py -- Portage Unit Test functionality
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/tests/portage_news/__init__.py b/tests/portage_news/__init__.py
new file mode 100644
index 00000000..cc7420e1
--- /dev/null
+++ b/tests/portage_news/__init__.py
@@ -0,0 +1,4 @@
+# tests/portage_news/__init__.py -- Portage Unit Test functionality
+# Copyright 2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
diff --git a/tests/portage_versions/__init__.py b/tests/portage_versions/__init__.py
index 920c2f7e..76f62f96 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
+# tests/portage_versions/__init__.py -- Portage Unit Test functionality
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$