Author: kkubasik
Date: 2009-07-01 05:39:40 -0500 (Wed, 01 Jul 2009)
New Revision: 11139
Modified:
django/branches/soc2009/test-improvements/
django/branches/soc2009/test-improvements/django/test/windmill_tests.py
Log:
[gsoc2009-testing] Fix a spacing issue in windmill_tests.py
Property changes on: django/branches/soc2009/test-improvements
___________________________________________________________________
Name: svk:merge
- 23ef3597-c209-482b-90c0-ea6045f15f7f:/local/django-gsoc:10953
23ef3597-c209-482b-90c0-ea6045f15f7f:/local/django/trunk:10927
bcc190cf-cafb-0310-a4f2-bffc1f526a37:/django/trunk:1054
+ 23ef3597-c209-482b-90c0-ea6045f15f7f:/local/django-gsoc:10960
23ef3597-c209-482b-90c0-ea6045f15f7f:/local/django/trunk:10927
bcc190cf-cafb-0310-a4f2-bffc1f526a37:/django/trunk:1054
Modified:
django/branches/soc2009/test-improvements/django/test/windmill_tests.py
===================================================================
--- django/branches/soc2009/test-improvements/django/test/windmill_tests.py
2009-07-01 10:39:32 UTC (rev 11138)
+++ django/branches/soc2009/test-improvements/django/test/windmill_tests.py
2009-07-01 10:39:40 UTC (rev 11139)
@@ -21,6 +21,7 @@
except Exception, e:
print "You don't appear to have windmill installed, please install before
trying to run windmill tests again."
unit = None
+
class StoppableWSGIServer(basehttp.WSGIServer):
"""WSGIServer with short timeout, so that server thread can stop this
server."""
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---