File: 2001_avoid_non-DFSG_tests.patch

package info (click to toggle)
libdata-parsebinary-perl 0.31~dfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: perl: 4,386; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 892 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description: Avoid use of stripped non-DFSG files in testsuite
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2012-06-05

--- a/t/03lib.t
+++ b/t/03lib.t
@@ -13,7 +13,7 @@
 use Data::ParseBinary::Data::Cap qw{$data_cap_parser};
 use Data::ParseBinary::FileSystem::MBR qw{$mbr_parser};
 use Data::ParseBinary::Data::Netflow qw($netflow_v5_parser);
-use Test::More tests => 27;
+use Test::More tests => 23;
 #use Test::More qw(no_plan);
 $| = 1;
 
@@ -33,10 +33,10 @@
 
 test_parse_build($wmf_parser, "wmf1.wmf");
 
-test_parse_only($pe32_parser, "notepad.exe");
-test_parse_only($pe32_parser, "sqlite3.dll");
+#test_parse_only($pe32_parser, "notepad.exe");
+#test_parse_only($pe32_parser, "sqlite3.dll");
 
-test_parse_build($elf32_parser, "_ctypes_test.so");
+#test_parse_build($elf32_parser, "_ctypes_test.so");
 
 test_parse_build($data_cap_parser, "cap2.cap");