root-odJJhXpcy38dnm+
2012-01-23 20:14:38 UTC
Revision: 2779
Author: tv
Date: 2012-01-23 21:14:37 +0100 (Mon, 23 Jan 2012)
Log Message:
-----------
do not test urpm::dudf
Modified Paths:
--------------
rpm/urpmi/trunk/NEWS
rpm/urpmi/trunk/t/01compile.t
Modified: rpm/urpmi/trunk/NEWS
===================================================================
--- rpm/urpmi/trunk/NEWS 2012-01-23 20:14:33 UTC (rev 2778)
+++ rpm/urpmi/trunk/NEWS 2012-01-23 20:14:37 UTC (rev 2779)
@@ -1,3 +1,4 @@
+- do not test urpm::dudf
- kill a minor GC cycle
Version 6.43 - 6 January 2012
Modified: rpm/urpmi/trunk/t/01compile.t
===================================================================
--- rpm/urpmi/trunk/t/01compile.t 2012-01-23 20:14:33 UTC (rev 2778)
+++ rpm/urpmi/trunk/t/01compile.t 2012-01-23 20:14:37 UTC (rev 2779)
@@ -2,9 +2,9 @@
use strict;
use warnings;
-use Test::More tests => 27;
+use Test::More tests => 26;
-for my $module (glob("urpm/*.pm")) {
+for my $module (grep { !/dudf/ } glob("urpm/*.pm")) {
$module =~ s,/,::,g;
$module =~ s,\.pm$,,;
use_ok $module;
Author: tv
Date: 2012-01-23 21:14:37 +0100 (Mon, 23 Jan 2012)
Log Message:
-----------
do not test urpm::dudf
Modified Paths:
--------------
rpm/urpmi/trunk/NEWS
rpm/urpmi/trunk/t/01compile.t
Modified: rpm/urpmi/trunk/NEWS
===================================================================
--- rpm/urpmi/trunk/NEWS 2012-01-23 20:14:33 UTC (rev 2778)
+++ rpm/urpmi/trunk/NEWS 2012-01-23 20:14:37 UTC (rev 2779)
@@ -1,3 +1,4 @@
+- do not test urpm::dudf
- kill a minor GC cycle
Version 6.43 - 6 January 2012
Modified: rpm/urpmi/trunk/t/01compile.t
===================================================================
--- rpm/urpmi/trunk/t/01compile.t 2012-01-23 20:14:33 UTC (rev 2778)
+++ rpm/urpmi/trunk/t/01compile.t 2012-01-23 20:14:37 UTC (rev 2779)
@@ -2,9 +2,9 @@
use strict;
use warnings;
-use Test::More tests => 27;
+use Test::More tests => 26;
-for my $module (glob("urpm/*.pm")) {
+for my $module (grep { !/dudf/ } glob("urpm/*.pm")) {
$module =~ s,/,::,g;
$module =~ s,\.pm$,,;
use_ok $module;