[Jifty-commit] r1139 - jifty/trunk/t/TestApp/t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jun 2 05:46:15 EDT 2006


Author: seanmil
Date: Fri Jun  2 05:46:12 2006
New Revision: 1139

Added:
   jifty/trunk/t/TestApp/t/05-editactions-Cachable.t
      - copied unchanged from r1138, /jifty/trunk/t/TestApp/t/05-editactions-Cachable.pm
   jifty/trunk/t/TestApp/t/05-editactions-Record.t
      - copied, changed from r1138, /jifty/trunk/t/TestApp/t/05-editactions-Record.pm
Removed:
   jifty/trunk/t/TestApp/t/05-editactions-Cachable.pm
   jifty/trunk/t/TestApp/t/05-editactions-Record.pm

Log:
* Fix my working-with-insomnia oops: rename test files to .t

Copied: jifty/trunk/t/TestApp/t/05-editactions-Record.t (from r1138, /jifty/trunk/t/TestApp/t/05-editactions-Record.pm)
==============================================================================
--- /jifty/trunk/t/TestApp/t/05-editactions-Record.pm	(original)
+++ jifty/trunk/t/TestApp/t/05-editactions-Record.t	Fri Jun  2 05:46:12 2006
@@ -34,7 +34,7 @@
 # Test action to update
 $mech->get_ok("$URL/editform?J:A-updateuser=TestApp::Action::UpdateUser&J:A:F:F:F-id-updateuser=1&J:A:F-name-updateuser=edituser&J:A:F-email-updateuser=newemail", "Form submitted");
 undef $o;
-my $o = TestApp::Model::User->new(current_user => $system_user);
+$o = TestApp::Model::User->new(current_user => $system_user);
 $o->load($id);
 ok($id, "Load returned success");
 


More information about the Jifty-commit mailing list