From 0c8da14c87360d5e8fae1887ff5bbe77da0bf9a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Fri, 24 Jun 2005 09:14:13 +0000 Subject: [PATCH] =?UTF-8?q?E=C5=9Fitte=20olabilir=20[=20rootfs'lerde=20?= =?UTF-8?q?=C3=B6yle=20:P=C2=A0],=20test=20failed=20etmesin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/actionsapitests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/actionsapitests.py b/tests/actionsapitests.py index 6cff7452..c807c12e 100644 --- a/tests/actionsapitests.py +++ b/tests/actionsapitests.py @@ -7,6 +7,6 @@ class gnuConfigTestCase(unittest.TestCase): self.gnuconfig = gnuconfig.gnuconfig_findnewest() def testFindNewest(self): - self.assert_ (self.gnuconfig > '/usr/share/automake-1.4') + self.assert_ (self.gnuconfig >= '/usr/share/automake-1.4') suite = unittest.makeSuite(gnuConfigTestCase)