aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--t/rpmdb.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/rpmdb.t b/t/rpmdb.t
index 19d0c6a..9f59b54 100644
--- a/t/rpmdb.t
+++ b/t/rpmdb.t
@@ -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");