summaryrefslogtreecommitdiff
path: root/test/pacman/tests/sync1100.py
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-07-21 16:38:17 +1000
committerAllan McRae <allan@archlinux.org>2013-07-30 13:01:26 +1000
commitd7bd40045c5a8c1240800bddf61ddac3fa4bd3d2 (patch)
treed60fe355b76701c3f400846ef6403d2e48ae9edd /test/pacman/tests/sync1100.py
parente81faa9d6d2ac910720a9a87a9f469b80cf106e5 (diff)
downloadpacman-d7bd40045c5a8c1240800bddf61ddac3fa4bd3d2.tar.xz
Remove setlocale usage from the backend
Using setlocale in the backend is bound to lead to frontend issues and we have have been using epoch in our databases since April 2007 (commit 47622eef). Remove support for old style times. Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test/pacman/tests/sync1100.py')
-rw-r--r--test/pacman/tests/sync1100.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/pacman/tests/sync1100.py b/test/pacman/tests/sync1100.py
index c7bb56aa..8f59f375 100644
--- a/test/pacman/tests/sync1100.py
+++ b/test/pacman/tests/sync1100.py
@@ -8,8 +8,6 @@ sp.groups = ["foo"]
sp.url = "http://www.archlinux.org"
sp.license = "GPL2"
sp.arch = "i686"
-# test both old style and new style dates
-sp.builddate = "Mon Oct 1 01:40:21 2007 UTC"
sp.packager = "Arch Linux"
sp.md5sum = "00000000000000000000000000000000"
@@ -20,4 +18,3 @@ self.args = "-Si %s" % sp.name
self.addrule("PACMAN_RETCODE=0")
self.addrule("PACMAN_OUTPUT=^Name.*%s" % sp.name)
self.addrule("PACMAN_OUTPUT=^Description.*%s" % sp.desc)
-self.addrule("PACMAN_OUTPUT=^Build Date.*2007")