From 463a2e25c9b64aedcc2fcc1c04c064755500c606 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Wed, 25 May 2011 23:54:42 -0400 Subject: [PATCH] Better wording --- t/20-mongo.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/20-mongo.t b/t/20-mongo.t index 4544cc884..1ab3fc374 100644 --- a/t/20-mongo.t +++ b/t/20-mongo.t @@ -207,7 +207,7 @@ for my $table (sort keys %tabletype) { ## Check that mongo has the new rows for my $table (sort keys %tabletype) { - $t = "Mongo collection $table has correct number of rows"; + $t = "Mongo collection $table has correct number of rows after insert"; my $col = $db->get_collection($table); my @rows = $col->find->all; my $count = @rows; @@ -246,7 +246,7 @@ $dbhA->commit(); $bct->ctl('bucardo_ctl kick mongo 0'); for my $table (keys %tabletype) { - $t = "Mongo collection $table has correct number of rows"; + $t = "Mongo collection $table has correct number of rows after update"; my $col = $db->get_collection($table); my @rows = $col->find->all; my $count = @rows; -- 2.39.5