[Rt-commit] r14170 - in rt/branches/3.999-DANGEROUS: t/web

jesse at bestpractical.com jesse at bestpractical.com
Wed Jul 16 14:55:15 EDT 2008


Author: jesse
Date: Wed Jul 16 14:55:15 2008
New Revision: 14170

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/t/web/custom_frontpage.t

Log:
 r39865 at 31b:  jesse | 2008-07-16 14:54:57 -0400
 * now run a few of the custom_frontpage tests before failing


Modified: rt/branches/3.999-DANGEROUS/t/web/custom_frontpage.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/web/custom_frontpage.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/web/custom_frontpage.t	Wed Jul 16 14:55:15 2008
@@ -7,7 +7,7 @@
 
 my $url = $m->rt_base_url;
 
-my $user_obj = RT::Model::User->new(current_user => RT->system_user);
+my $user_object = RT::Model::User->new(current_user => RT->system_user);
 my ($ret, $msg) = $user_object->load_or_create_by_email('customer at example.com');
 ok($ret, 'ACL test user creation');
 $user_object->set_name('customer');
@@ -26,7 +26,7 @@
 $m->form_name ('build_query');
 
 $m->field ( "value_of_attachment" => 'stupid');
-$m->field ( "SavedSearchdescription" => 'stupid tickets');
+$m->field ( "saved_search_description" => 'stupid tickets');
 $m->click_button (name => 'SavedSearchSave');
 
 $m->get ( $url.'Prefs/MyRT.html' );


More information about the Rt-commit mailing list