[Jifty-commit] r1498 - in jifty/trunk: t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jul 7 00:37:13 EDT 2006


Author: alexmv
Date: Fri Jul  7 00:37:11 2006
New Revision: 1498

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/t/03-form-protocol.t

Log:
 r15078 at zoq-fot-pik:  chmrr | 2006-07-07 00:37:04 -0400
  * Fix tests to match reality


Modified: jifty/trunk/t/03-form-protocol.t
==============================================================================
--- jifty/trunk/t/03-form-protocol.t	(original)
+++ jifty/trunk/t/03-form-protocol.t	Fri Jul  7 00:37:11 2006
@@ -10,7 +10,7 @@
 J:A:F-something-mymoniker: else
 J:ACTIONS: mymoniker
 --- request
-path: ~
+path: /
 state_variables: {}
 actions:
   mymoniker:
@@ -37,7 +37,7 @@
 J:A:F-something-second: bla
 J:ACTIONS: mymoniker!second
 --- request
-path: ~
+path: /
 state_variables: {}
 actions:
   mymoniker:
@@ -75,7 +75,7 @@
 J:A:F-something-second: bla
 J:ACTIONS: mymoniker!second
 --- request
-path: ~
+path: /
 state_variables: {}
 actions:
   mymoniker:
@@ -112,7 +112,7 @@
 J:A:F-something-second: bla
 J:ACTIONS: mymoniker!second
 --- request
-path: ~
+path: /
 state_variables: {}
 actions:
   mymoniker:
@@ -141,7 +141,7 @@
 J:A:F-something-second: bla
 J:ACTIONS: second
 --- request
-path: ~
+path: /
 state_variables: {}
 actions:
   mymoniker:
@@ -178,7 +178,7 @@
 J:A:F-id-second: 42
 J:A:F-something-second: bla
 --- request
-path: ~
+path: /
 state_variables: {}
 actions:
   mymoniker:
@@ -218,7 +218,7 @@
 J:A:F-id-second: 42
 J:A:F-something-second: bla
 --- request
-path: ~
+path: /
 state_variables: {}
 actions:
   mymoniker:
@@ -258,7 +258,7 @@
 J:A:F-something-mymoniker: else
 J:A-mymoniker: DoSomething
 --- request
-path: ~
+path: /
 state_variables: {}
 actions:
   mymoniker:
@@ -293,7 +293,7 @@
 J:A:F-something-mymoniker: else
 J:ACTIONS: mymoniker
 --- request
-path: ~
+path: /
 state_variables: {}
 actions:
   mymoniker:
@@ -319,7 +319,7 @@
 J:A:F-something-mymoniker: else
 J:ACTIONS: mymoniker
 --- request
-path: ~
+path: /
 state_variables: {}
 actions:
   mymoniker:
@@ -344,7 +344,7 @@
 J:A:F-something-mymoniker: else
 J:ACTIONS: mymoniker
 --- request
-path: ~
+path: /
 state_variables: {}
 actions:
   mymoniker:
@@ -372,7 +372,7 @@
 J:A:F-something-second: feepy
 J:ACTIONS: mymoniker!second
 --- request
-path: ~
+path: /
 state_variables: {}
 actions:
   mymoniker:
@@ -410,7 +410,7 @@
 J:A:F-something-mymoniker: else
 J:ACTIONS: mymoniker
 --- request
-path: ~
+path: /
 state_variables: {}
 actions:
   mymoniker:
@@ -437,7 +437,7 @@
 J:A:F-something-mymoniker: else
 J:ACTIONS: mymoniker
 --- request
-path: ~
+path: /
 state_variables: {}
 actions:
   mymoniker:
@@ -463,7 +463,7 @@
 J:A:F-something-mymoniker: else
 J:ACTIONS: mymoniker
 --- request
-path: ~
+path: /
 state_variables: {}
 actions:
   mymoniker:
@@ -488,7 +488,7 @@
 J:A:F-something-mymoniker: else
 J:ACTIONS: mymoniker
 --- request
-path: ~
+path: /
 state_variables: {}
 actions:
   mymoniker:
@@ -516,7 +516,7 @@
 J:A:F-something-second: bla
 J:ACTIONS: mymoniker;second
 --- request
-path: ~
+path: /
 state_variables: {}
 actions:
   mymoniker:


More information about the Jifty-commit mailing list