Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the KiokuDB CPAN distribution.

Report information
The Basics
Id: 85678
Status: resolved
Priority: 0/
Queue: KiokuDB

People
Owner: Nobody in particular
Requestors: yanick [...] babyl.dyndns.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



CC: Yanick Champoux <yanick [...] babyl.dyndns.org>
Subject: [PATCH] test names typo
Date: Tue, 28 May 2013 13:08:30 -0400
To: bug-KiokuDB [...] rt.cpan.org
From: Yanick Champoux <yanick [...] babyl.dyndns.org>
--- lib/KiokuDB/Test/Fixture/TXN/Scan.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/KiokuDB/Test/Fixture/TXN/Scan.pm b/lib/KiokuDB/Test/Fixture/TXN/Scan.pm index a0ba0a9..681e584 100644 --- a/lib/KiokuDB/Test/Fixture/TXN/Scan.pm +++ b/lib/KiokuDB/Test/Fixture/TXN/Scan.pm @@ -201,7 +201,7 @@ sub verify { is_deeply( [ $self->all_objects->all ], [ ], - "no enrtries (db cleared)", + "no entries (db cleared)", ); $self->insert_ok( KiokuDB::Test::Person->new( name => "very new" ) ); @@ -218,14 +218,14 @@ sub verify { is_deeply( [ $self->all_objects->all ], [ ], - "no enrtries (db cleared)", + "no entries (db cleared)", ); }); is_deeply( [ $self->all_objects->all ], [ ], - "no enrtries (db cleared)", + "no entries (db cleared)", ); die "rollback"; @@ -258,7 +258,7 @@ sub verify { is_deeply( [ $self->all_objects->all ], [ ], - "no enrtries (db cleared)", + "no entries (db cleared)", ); }); } -- 1.7.9.5
Fixed.