MFB: Fix test.
authorJan Schneider <jan@horde.org>
Mon, 18 Oct 2010 22:59:35 +0000 (00:59 +0200)
committerJan Schneider <jan@horde.org>
Mon, 18 Oct 2010 23:35:10 +0000 (01:35 +0200)
framework/Icalendar/test/Horde/Icalendar/timezones.phpt

index dc6fca8..23f7bc0 100644 (file)
@@ -7,6 +7,7 @@ require_once dirname(__FILE__) . '/common.php';
 date_default_timezone_set('UTC');
 
 $test_files = glob(dirname(__FILE__) . '/fixtures/vTimezone/*.???');
+sort($test_files);
 foreach ($test_files as $file) {
     echo basename($file) . "\n";
     $ical = new Horde_Icalendar();