40
40
is ($agent->{'status'}, 200, "Loaded Create.html");
42
42
# Start with a string containing characters in latin1
45
45
$agent->field('Subject' => "Ticket with utf8 body");
46
46
$agent->field('Content' => $string);
47
47
ok($agent->submit(), "Created new ticket with $string as Content");