[Koha-patches] [PATCH] corrected base class of a test

Galen Charlton galen.charlton at liblime.com
Sat May 10 01:08:19 CEST 2008


---
 t/lib/KohaTest/Members/AttributeTypes.pm |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/t/lib/KohaTest/Members/AttributeTypes.pm b/t/lib/KohaTest/Members/AttributeTypes.pm
index c306e3e..6525267 100644
--- a/t/lib/KohaTest/Members/AttributeTypes.pm
+++ b/t/lib/KohaTest/Members/AttributeTypes.pm
@@ -1,6 +1,5 @@
 package KohaTest::Members::AttributeTypes;
-#use base qw( KohaTest );
-use base qw( Test::Class );
+use base qw( KohaTest );
 
 use strict;
 use warnings;
-- 
1.5.5.rc0.16.g02b00




More information about the Koha-patches mailing list