minor tweak
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 1 Jun 2002 05:33:15 +0000 (05:33 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 1 Jun 2002 05:33:15 +0000 (05:33 +0000)
src/test_unit/main.c

index 84d36f8..0e74655 100644 (file)
@@ -27,13 +27,13 @@ int main(int argc, char *argv[])
        if(0 != test_bitbuffer())
                return 1;
 
-       if(0 != test_metadata())
-               return 1;
-
        if(0 != test_decoders())
                return 1;
 
        /* the encoder is tested relatively well in the file_utils */
 
+       if(0 != test_metadata())
+               return 1;
+
        return 0;
 }