]> Sergey Matveev's repositories - public-inbox.git/commitdiff
t/v2reindex.t: Ensure the numbers 1 to 10 are used
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 18 Jul 2018 00:31:58 +0000 (19:31 -0500)
committerEric Wong <e@80x24.org>
Wed, 18 Jul 2018 10:23:04 +0000 (10:23 +0000)
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
t/v2reindex.t

index 9bc271fc2d35312b4a1eae20fae24112afb92fb4..f8e2b1b2d46e572ef522ec7e2d8bbf9804ed388c 100644 (file)
@@ -48,6 +48,7 @@ if ('test remove later') {
 $im->done;
 my $minmax = [ $ibx->mm->minmax ];
 ok(defined $minmax->[0] && defined $minmax->[1], 'minmax defined');
+is_deeply($minmax, [ 1, 10 ], 'minmax as expected');
 
 eval { $im->index_sync({reindex => 1}) };
 is($@, '', 'no error from reindexing');