[Rt-commit] r8689 - rtir/branches/2.3-EXPERIMENTAL/t

ruz at bestpractical.com ruz at bestpractical.com
Wed Aug 22 16:41:10 EDT 2007


Author: ruz
Date: Wed Aug 22 16:41:09 2007
New Revision: 8689

Modified:
   rtir/branches/2.3-EXPERIMENTAL/t/rtir-test.pl

Log:
* load or create rtir test user before login

Modified: rtir/branches/2.3-EXPERIMENTAL/t/rtir-test.pl
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/t/rtir-test.pl	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/t/rtir-test.pl	Wed Aug 22 16:41:09 2007
@@ -28,6 +28,7 @@
 sub default_agent {
     my $agent = new RT::Test::Web;
     $agent->cookie_jar( HTTP::Cookies->new );
+    rtir_user();
     $agent->login($RTIR_TEST_USER, $RTIR_TEST_PASS);
     $agent->get_ok("/RTIR/index.html", "Loaded home page");
     return $agent;


More information about the Rt-commit mailing list