From a146fdcd6fb2ad84625c29876c1fd1a780fbf0b3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 18 May 2011 08:01:39 +0200 Subject: App/Hashl: files: Do not return sorted --- t/29-app-hashl.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/29-app-hashl.t') diff --git a/t/29-app-hashl.t b/t/29-app-hashl.t index c14aca1..325c3b2 100644 --- a/t/29-app-hashl.t +++ b/t/29-app-hashl.t @@ -54,7 +54,7 @@ ok($hashl->add_file( ), 'Add another file' ); -is_deeply([$hashl->files()], [qw[t/in/1k t/in/4]], 'Both files in list'); +is_deeply([sort $hashl->files()], [qw[t/in/1k t/in/4]], 'Both files in list'); ok($hashl->file_in_db('t/in/1k'), 'file in db'); ok($hashl->file_in_db('t/in/4'), 'other file in db'); -- cgit v1.2.3