r1434 - packages/libcarp-assert-more-perl/branches/upstream/current/t

Gunnar Wolf gwolf at costa.debian.org
Mon Oct 24 16:34:41 UTC 2005


Author: gwolf
Date: 2005-10-24 16:34:36 +0000 (Mon, 24 Oct 2005)
New Revision: 1434

Added:
   packages/libcarp-assert-more-perl/branches/upstream/current/t/00-load.t
   packages/libcarp-assert-more-perl/branches/upstream/current/t/test-coverage.t
Removed:
   packages/libcarp-assert-more-perl/branches/upstream/current/t/01.load.t
   packages/libcarp-assert-more-perl/branches/upstream/current/t/02.coverage.t
Log:
To prepare to load /tmp/tmp.vTQgsQ/libcarp-assert-more-perl-1.12 into
packages/libcarp-assert-more-perl/branches/upstream/current, perform 2
renames.

*
  packages/libcarp-assert-more-perl/branches/upstream/current/t/test-co
  verage.t: Renamed from
  packages/libcarp-assert-more-perl/branches/upstream/current/t/02.cove
  rage.t.
*
  packages/libcarp-assert-more-perl/branches/upstream/current/t/00-load
  .t: Renamed from
  packages/libcarp-assert-more-perl/branches/upstream/current/t/01.load
  .t.


Copied: packages/libcarp-assert-more-perl/branches/upstream/current/t/00-load.t (from rev 1433, packages/libcarp-assert-more-perl/branches/upstream/current/t/01.load.t)

Deleted: packages/libcarp-assert-more-perl/branches/upstream/current/t/01.load.t
===================================================================
--- packages/libcarp-assert-more-perl/branches/upstream/current/t/01.load.t	2005-10-17 20:03:06 UTC (rev 1433)
+++ packages/libcarp-assert-more-perl/branches/upstream/current/t/01.load.t	2005-10-24 16:34:36 UTC (rev 1434)
@@ -1,7 +0,0 @@
-#!perl -Tw
-
-use Test::More tests => 1;
-
-BEGIN {
-    use_ok( 'Carp::Assert::More' );
-}

Deleted: packages/libcarp-assert-more-perl/branches/upstream/current/t/02.coverage.t
===================================================================
--- packages/libcarp-assert-more-perl/branches/upstream/current/t/02.coverage.t	2005-10-17 20:03:06 UTC (rev 1433)
+++ packages/libcarp-assert-more-perl/branches/upstream/current/t/02.coverage.t	2005-10-24 16:34:36 UTC (rev 1434)
@@ -1,18 +0,0 @@
-#!perl -Tw
-
-use Test::More tests => 22;
-
-use_ok( 'Carp::Assert::More' );
-
-my @funcs = ( @Carp::Assert::More::EXPORT, @Carp::Assert::More::EXPORT_OK );
-
-my %deduped;
-$deduped{$_}++ for @funcs;
- at funcs = sort keys %deduped;
-
-isnt( scalar @funcs, 0, 'There are no function names!' );
-
-for my $func ( @funcs ) {
-    my $filename = "t/$func.t";
-    ok( -e $filename, "$filename exists" );
-}

Copied: packages/libcarp-assert-more-perl/branches/upstream/current/t/test-coverage.t (from rev 1433, packages/libcarp-assert-more-perl/branches/upstream/current/t/02.coverage.t)




More information about the Pkg-perl-cvs-commits mailing list