Changeset: 3fe895496a96 for monetdb-perl
URL: https://dev.monetdb.org/hg/monetdb-perl?cmd=changeset;node=3fe895496a96
Modified Files:
DBD/t/75mil.t
MonetDB-CLI-MapiPP/MonetDB/CLI/t/75mil.t
MonetDB-CLI/MonetDB/t/75mil.t
Branch: default
Log Message:
Disable the MIL tests
MIL has been removed for quite a while now.
diffs (53 lines):
diff --git a/DBD/t/75mil.t b/DBD/t/75mil.t
--- a/DBD/t/75mil.t
+++ b/DBD/t/75mil.t
@@ -15,15 +15,16 @@ use DBD_TEST();
use Test::More;
-if (defined $ENV{DBI_DSN}) {
- if ($ENV{DBI_DSN} =~ /dbi:monetdb:/) {
- plan tests => 30;
- } else {
- plan skip_all => 'dbi:monetdb: specific tests';
- }
-} else {
- plan skip_all => 'Cannot test without DB info';
-}
+# if (defined $ENV{DBI_DSN}) {
+# if ($ENV{DBI_DSN} =~ /dbi:monetdb:/) {
+# plan tests => 30;
+# } else {
+# plan skip_all => 'dbi:monetdb: specific tests';
+# }
+# } else {
+# plan skip_all => 'Cannot test without DB info';
+# }
+plan skip_all => 'MIL no longer exists';
pass('MIL tests');
diff --git a/MonetDB-CLI-MapiPP/MonetDB/CLI/t/75mil.t
b/MonetDB-CLI-MapiPP/MonetDB/CLI/t/75mil.t
--- a/MonetDB-CLI-MapiPP/MonetDB/CLI/t/75mil.t
+++ b/MonetDB-CLI-MapiPP/MonetDB/CLI/t/75mil.t
@@ -9,7 +9,7 @@
use strict;
use warnings;
-use Test::More tests => 18;
+use Test::More skip_all => "MIL is dead, long live MAL";
use MonetDB::CLI::MapiPP;
diff --git a/MonetDB-CLI/MonetDB/t/75mil.t b/MonetDB-CLI/MonetDB/t/75mil.t
--- a/MonetDB-CLI/MonetDB/t/75mil.t
+++ b/MonetDB-CLI/MonetDB/t/75mil.t
@@ -9,7 +9,7 @@
use strict;
use warnings;
-use Test::More tests => 18;
+use Test::More skip_all => "MIL does not exist anymore";
use MonetDB::CLI;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list