No review needed for tests at this time.
###Compilation###
BEGIN { use lib 't/'; }
BEGIN { use Support::Files; }
-BEGIN { $tests = @Support::Files::testitems + 4; }
+BEGIN { $tests = @Support::Files::testitems; }
BEGIN { use Test::More tests => $tests; }
use strict;
}
}
-# and the libs:
-use_ok('Token'); # 52
-use_ok('Attachment'); # 53
-use_ok('Bug'); # 54
-use_ok('RelationSet'); # 55
-
+# Remove the lib testing from here since it is now done
+# in Files.pm