diff options
author | Per Øyvind Karlsen <peroyvind@mandriva.org> | 2011-01-21 11:38:53 +0000 |
---|---|---|
committer | Per Øyvind Karlsen <peroyvind@mandriva.org> | 2011-01-21 11:38:53 +0000 |
commit | 4a45e7d35d61675e228a97707959344550b6a9f6 (patch) | |
tree | 9257b66638e1a30ac61c71f0a0b2412d5050d519 | |
parent | fb4f3324ee24f51fa9ea76376d0f0e9a0a89e8ec (diff) | |
download | perl-URPM-4a45e7d35d61675e228a97707959344550b6a9f6.tar perl-URPM-4a45e7d35d61675e228a97707959344550b6a9f6.tar.gz perl-URPM-4a45e7d35d61675e228a97707959344550b6a9f6.tar.bz2 perl-URPM-4a45e7d35d61675e228a97707959344550b6a9f6.tar.xz perl-URPM-4a45e7d35d61675e228a97707959344550b6a9f6.zip |
correct test text
-rw-r--r-- | t/rpmdb.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ make_path($tmpdbpath); copy("$rpmdb_hashlittle/Packages", "$tmpdbpath/Packages"); @check = URPM::DB::info($tmp); is_deeply(\@check, \@hashlittle, "checking rpmdb (hash, little endian) type & ordering ok"); -ok(URPM::DB::convert($tmp, "btree", 1, 1), "converting to hash, little endian ordering"); +ok(URPM::DB::convert($tmp, "btree", 1, 1), "converting to btree, big endian ordering"); @check = URPM::DB::info($tmp); is_deeply(\@check, \@btreebig, "conversion to btree, big endian"); |