Skip to content

Commit

Permalink
run 'order' test, make sure semantics match that of the other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Fields committed Feb 20, 2012
1 parent 65ce787 commit d64b028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/Factory/FTLocationFactory.t
Expand Up @@ -118,8 +118,8 @@ my %testcases = (
=> [0, 1000,1000,'EXACT', 10000, 10000, 'EXACT', 'JOIN', 3, 1, undef],

# not passing yet, working out 'order' semantics
#'order(S67862.1:72..75,1..788,S67864.1:1..19)'
# => [0, 72, 72, 'EXACT', 75, 75, 'EXACT', 'ORDER', 2, undef, 'S67862.1'],
'order(S67862.1:72..75,1..788,S67864.1:1..19)'
=> [0, undef, undef, 'EXACT', undef, undef, 'EXACT', 'ORDER', 3, 0, undef],
);

my $locfac = Biome::Factory::FTLocationFactory->new(-verbose => 1);
Expand Down

0 comments on commit d64b028

Please sign in to comment.