Update of /cvsroot/fink/fink/t/Package
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8265/t/Package

Modified Files:
      Tag: dist-up-branch
        ChangeLog duplicate_fullnames.t 
Log Message:
sync w head, dist-up-branch-10

Index: duplicate_fullnames.t
===================================================================
RCS file: /cvsroot/fink/fink/t/Package/duplicate_fullnames.t,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- duplicate_fullnames.t       21 Apr 2005 19:38:56 -0000      1.2
+++ duplicate_fullnames.t       11 Nov 2005 21:00:42 -0000      1.2.2.1
@@ -7,6 +7,7 @@
 my $config = Fink::Config->new_with_path('basepath/etc/fink.conf');
 
 require_ok('Fink::Package');
+require_ok('Fink::PkgVersion');
 
 my @tests = (
        {       trees => [ qw(epoch1) ],                                works 
=> 1,
@@ -26,7 +27,7 @@
                foreach ( @{$test->{trees}} ) {
                        my $file = 
"Package/duplicate_fullname_trees/$_/finkinfo/" .
                                "duplicate-fullname.info";
-                       my @pv = Fink::Package->packages_from_info_file($file);
+                       my @pv = 
Fink::PkgVersion->pkgversions_from_info_file($file);
                        Fink::Package->insert_pkgversions(@pv);
                }
        };

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/t/Package/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- ChangeLog   21 Apr 2005 19:38:56 -0000      1.2
+++ ChangeLog   11 Nov 2005 21:00:42 -0000      1.2.2.1
@@ -1,3 +1,8 @@
+2005-08-29  Dave Vasilevsky  <[EMAIL PROTECTED]>
+
+       * get_perl.t, get_ruby.t, get_splitoffs.t, non_consecutive_source.t:
+       Adapt to changed methods in Package/PkgVersion.
+
 2005-04-21  Dave Vasilevsky  <[EMAIL PROTECTED]>
 
        * duplicate_fullnames.t: Revamp so it works with new Package.pm



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to