Skip to content

Commit

Permalink
fixed test data.
Browse files Browse the repository at this point in the history
  • Loading branch information
imakado committed Dec 11, 2009
1 parent ef9a57e commit bddfc6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions t/jobeet_schema_result_category.t
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ binmode(Test::More->builder->$_, ':utf8') for qw/failure_output output todo_outp
location => 'Paris, France',
description => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit.',
how_to_apply => "Send your resume to lorem.ipsum [at] company_2.sit",
is_public => 2,
is_activated => 2,
is_public => 1,
is_activated => 1,
token => "job_2",
email => 'job@example.com',
});
Expand All @@ -62,8 +62,8 @@ binmode(Test::More->builder->$_, ':utf8') for qw/failure_output output todo_outp
location => 'Paris, France',
description => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit.',
how_to_apply => "Send your resume to lorem.ipsum [at] company_3.sit",
is_public => 3,
is_activated => 3,
is_public => 1,
is_activated => 1,
token => "job_3",
email => 'job@example.com',
});
Expand Down

0 comments on commit bddfc6b

Please sign in to comment.