Modified/fixed some tests.
authorrjray <devnull@localhost>
Sat, 27 May 2000 03:58:51 +0000 (03:58 +0000)
committerrjray <devnull@localhost>
Sat, 27 May 2000 03:58:51 +0000 (03:58 +0000)
CVS patchset: 3760
CVS date: 2000/05/27 03:58:51

Perl-RPM/t/02_headers.t

index 28db197..a20457b 100755 (executable)
@@ -52,7 +52,7 @@ print "not " if ($hdr->size <= 0);
 print "ok 6\n";
 
 # Check tagtype()
-use RPM::Constants ':rpmtypes';
+use RPM::Constants ':rpmtype';
 
 print "not " unless ($hdr->tagtype(q{size}) == RPM_INT32_TYPE);
 print "ok 7\n";