Skip to content

Commit

Permalink
wrong expected result
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewalker committed Jul 26, 2012
1 parent f84ac41 commit 48e17d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/aggregate/unit_core_setup_home.t
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ for my $home_and_root (@homes_and_roots) {

my $c = Catalyst::IOC::Container->new(name => 'TestAppSetupHome');
ok(my $home = $c->resolve(service => 'home', parameters => { home_flag => $home_flag }), 'home service returns ok');
is($home, $homes_and_roots[2][0], 'value is expected');
is($home, $homes_and_roots[1][0], 'value is expected');
ok(my $root = $c->resolve(service => 'root_dir'), 'root service returns ok');
is($root, $homes_and_roots[2][1], 'value is expected');
is($root, $homes_and_roots[1][1], 'value is expected');
}

for my $home_and_root (@homes_and_roots) {
Expand Down

0 comments on commit 48e17d2

Please sign in to comment.