|
From: <jud...@us...> - 2006-07-26 16:32:00
|
Revision: 326 Author: judith_osdl Date: 2006-07-25 12:31:07 -0700 (Tue, 25 Jul 2006) ViewCVS: http://svn.sourceforge.net/stp/?rev=326&view=rev Log Message: ----------- Fix 'type' to 'software_type'. Modified Paths: -------------- trunk/Test-Sut/lib/Test/Sut/Upgrade/Plm.pm Modified: trunk/Test-Sut/lib/Test/Sut/Upgrade/Plm.pm =================================================================== --- trunk/Test-Sut/lib/Test/Sut/Upgrade/Plm.pm 2006-07-24 22:58:09 UTC (rev 325) +++ trunk/Test-Sut/lib/Test/Sut/Upgrade/Plm.pm 2006-07-25 19:31:07 UTC (rev 326) @@ -52,8 +52,8 @@ $self->set_test_request_status( "Adding Additional Software" ); for ( my $i = 1; $i <= $#{ $soft_ref }; $i++ ) { my $package_ref = get_software_info( $soft_ref, - $soft_ref->[ $i ]->{ 'type' } ); - $pack_type = $soft_ref->[ $i ]->{ 'type' }; + $soft_ref->[ $i ]->{ 'software_type' } ); + $pack_type = $soft_ref->[ $i ]->{ 'software_type' }; $pack_tag = $package_ref->[ 0 ]; $pack_name = $package_ref->[ 1 ]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |