File: fix_tests

package info (click to toggle)
libbio-db-ncbihelper-perl 1.7.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: perl: 1,319; makefile: 5
file content (62 lines) | stat: -rw-r--r-- 1,496 bytes parent folder | download | duplicates (3)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
From: Michael R. Crusoe <michael.crusoe@gmail.com>
Subject: test for Internet before declaring number of tests that must pass
--- libbio-db-ncbihelper-perl.orig/t/EntrezGene.t
+++ libbio-db-ncbihelper-perl/t/EntrezGene.t
@@ -4,8 +4,8 @@
 use strict;
 
 BEGIN {
-		use Test::Most tests => 9;
 		use Test::RequiresInternet;
+		use Test::Most tests => 9;
 		use_ok('Bio::SeqIO::entrezgene');
 		use_ok('Bio::DB::EntrezGene');
 }
--- libbio-db-ncbihelper-perl.orig/t/GenBank.t
+++ libbio-db-ncbihelper-perl/t/GenBank.t
@@ -4,8 +4,8 @@
 use strict;
 
 BEGIN {
-	use Test::Most tests => 44;
 	use Test::RequiresInternet;
+	use Test::Most tests => 44;
 	use_ok('Bio::DB::GenBank');
 }
 
--- libbio-db-ncbihelper-perl.orig/t/GenPept.t
+++ libbio-db-ncbihelper-perl/t/GenPept.t
@@ -4,8 +4,8 @@
 use strict;
 
 BEGIN {
-	use Test::Most tests => 21;
 	use Test::RequiresInternet;
+	use Test::Most tests => 21;
 	use_ok('Bio::DB::GenPept');
 }
 
--- libbio-db-ncbihelper-perl.orig/t/Query-Genbank.t
+++ libbio-db-ncbihelper-perl/t/Query-Genbank.t
@@ -4,8 +4,8 @@
 use strict;
 
 BEGIN {
-	use Test::Most tests => 18;
 	use Test::RequiresInternet;
+	use Test::Most tests => 18;
 
 	use_ok('Bio::DB::Query::GenBank');
 	use_ok('Bio::DB::GenBank');
--- libbio-db-ncbihelper-perl.orig/t/RefSeq.t
+++ libbio-db-ncbihelper-perl/t/RefSeq.t
@@ -4,8 +4,8 @@
 use strict;
 
 BEGIN {
-    use Test::Most tests => 5;
     use Test::RequiresInternet;
+    use Test::Most tests => 5;
     use_ok('Bio::DB::GenBank');
 }