[Jifty-commit] r1919 - jifty/trunk/t/TestApp-Plugin-REST/t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Sep 2 20:29:55 EDT 2006


Author: nelhage
Date: Sat Sep  2 20:29:55 2006
New Revision: 1919

Modified:
   jifty/trunk/t/TestApp-Plugin-REST/t/02-basic-use.t

Log:
Commenting something that confused me while debugging a failure.


Modified: jifty/trunk/t/TestApp-Plugin-REST/t/02-basic-use.t
==============================================================================
--- jifty/trunk/t/TestApp-Plugin-REST/t/02-basic-use.t	(original)
+++ jifty/trunk/t/TestApp-Plugin-REST/t/02-basic-use.t	Sat Sep  2 20:29:55 2006
@@ -114,8 +114,11 @@
 $mech->get_ok('/=/action/TestApp.Plugin.REST.Action.DoSomething');
 is($mech->status, 200);
 
+# Parameter name
 $mech->content_contains('email');
+# Parameter label
 $mech->content_contains('Email');
+# Default value
 $mech->content_contains('example at email.com');
 
 $mech->get_ok('/=/action/DoSomething.yml');


More information about the Jifty-commit mailing list