[Checkins] SVN: grok/branches/sylvain-testlayers/src/grok/ftests/json/json.py Fix expected output.

Martijn Faassen faassen at startifact.com
Fri Apr 23 12:58:52 EDT 2010


Log message for revision 111310:
  Fix expected output.
  

Changed:
  U   grok/branches/sylvain-testlayers/src/grok/ftests/json/json.py

-=-
Modified: grok/branches/sylvain-testlayers/src/grok/ftests/json/json.py
===================================================================
--- grok/branches/sylvain-testlayers/src/grok/ftests/json/json.py	2010-04-23 16:30:47 UTC (rev 111309)
+++ grok/branches/sylvain-testlayers/src/grok/ftests/json/json.py	2010-04-23 16:58:51 UTC (rev 111310)
@@ -4,7 +4,7 @@
 JSON views answer a special content-type::
 
   >>> print http('GET /cave/show HTTP/1.1')
-  HTTP/1. 200 Ok
+  HTTP/1.0 200 Ok
   Content-Length: 17
   Content-Type: application/json
   <BLANKLINE>
@@ -19,4 +19,4 @@
 
 class CaveJSON(grok.JSON):
     def show(self):
-        return 'A Cavemans cave'
\ No newline at end of file
+        return 'A Cavemans cave'



More information about the checkins mailing list