Skip to content

Commit

Permalink
Reactivated test_global_lock since it looks perfectly functional. The…
Browse files Browse the repository at this point in the history
…re was a comment about ab being bugged but I guess it has been fixed since.
  • Loading branch information
nlehuen committed Nov 12, 2005
1 parent eec99e8 commit 2912c78
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/test.py
Expand Up @@ -1713,7 +1713,7 @@ def test_global_lock(self):
print " ", time.ctime()
ab = quoteIfSpace(AB)
if os.name == "nt":
cmd = '%s -c 5 -n 5 http://127.0.0.1:%s/tests.py > null' \
cmd = '%s -c 5 -n 5 http://127.0.0.1:%s/tests.py > NUL:' \
% (ab, PORT)
else:
cmd = '%s -c 5 -n 5 http://127.0.0.1:%s/tests.py > /dev/null' \
Expand Down Expand Up @@ -1880,8 +1880,7 @@ def suite():
mpTestSuite.addTest(PerInstanceTestCase("test_srv_register_cleanup"))
mpTestSuite.addTest(PerInstanceTestCase("test_apache_register_cleanup"))
mpTestSuite.addTest(PerInstanceTestCase("test_apache_exists_config_define"))
# XXX comment out until ab is fixed, or we have another way
## mpTestSuite.addTest(PerInstanceTestCase("test_global_lock"))
mpTestSuite.addTest(PerInstanceTestCase("test_global_lock"))
mpTestSuite.addTest(PerInstanceTestCase("testPerRequestTests"))
return mpTestSuite

Expand Down

0 comments on commit 2912c78

Please sign in to comment.