fixed the buffer test.
authorFlorian Apolloner <florian@apolloner.eu>
Sat, 31 May 2008 23:32:33 +0000 (01:32 +0200)
committerFlorian Apolloner <florian@apolloner.eu>
Sat, 31 May 2008 23:32:33 +0000 (01:32 +0200)
test/git/test_git.py

index d11bd6618852a67120ef123158ea512e9551f8f9..8b302b7ff6d91f2e70e090af93c42b24cc91645b 100644 (file)
@@ -54,4 +54,4 @@ class TestGit(object):
 
     def test_it_handles_large_input(self):
         output = self.git.execute(["cat", "/bin/bash"])
-        assert( len(output) > 4096 * 1024 ) # at least 4k
+        assert(len(output) > 4096) # at least 4k