diff options
author | Angelo Naselli <anaselli@linux.it> | 2015-03-16 18:16:50 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2015-03-16 18:16:50 +0100 |
commit | fc9772f1f03684e8dab50ff77d2c46c5e0309c7b (patch) | |
tree | 375b76cf80e5d816eb48a4badf3bb949199ef220 /t/05-rpmnew.t | |
parent | 825922057a21a9b09c60edf4b44535d7fd49926d (diff) | |
download | colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar.gz colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar.bz2 colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar.xz colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.zip |
Moved to namespace to ManaTools
Diffstat (limited to 't/05-rpmnew.t')
-rw-r--r-- | t/05-rpmnew.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/05-rpmnew.t b/t/05-rpmnew.t index ce56139..d0d1673 100644 --- a/t/05-rpmnew.t +++ b/t/05-rpmnew.t @@ -4,7 +4,7 @@ use warnings FATAL => 'all'; use Test::More; BEGIN { - use_ok( 'AdminPanel::Rpmdragora::rpmnew' ) || print "AdminPanel::Rpmdragora::rpmnew failed!\n"; + use_ok( 'ManaTools::Rpmdragora::rpmnew' ) || print "ManaTools::Rpmdragora::rpmnew failed!\n"; } @@ -21,7 +21,7 @@ SKIP: { print MYFILE "value1 = 1\n"; close (MYFILE); - is( AdminPanel::Rpmdragora::rpmnew::rpmnew_dialog("Test rpmnew dialog", ( + is( ManaTools::Rpmdragora::rpmnew::rpmnew_dialog("Test rpmnew dialog", ( test_package => ["/tmp/_rpmnew_test", "/tmp/rpmnew_test"], test_package2 => ["/tmp/tp2"], )), 0, 'rpmnew'); |