[Bps-public-commit] jifty-plugin-recordhistory branch, master, updated. d83f3bc9e5769620e0aec218f9528dcd63542451
Shawn Moore
sartak at bestpractical.com
Mon Feb 14 23:03:06 EST 2011
The branch, master has been updated
via d83f3bc9e5769620e0aec218f9528dcd63542451 (commit)
from d90773ec96f0b4f18b4021fae1cbf76c3d57b2ec (commit)
Summary of changes:
t/TestApp-Plugin-RecordHistory/t/005-view.t | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit d83f3bc9e5769620e0aec218f9528dcd63542451
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Feb 14 23:03:03 2011 -0500
Test fixes
diff --git a/t/TestApp-Plugin-RecordHistory/t/005-view.t b/t/TestApp-Plugin-RecordHistory/t/005-view.t
index 70bf1b7..94ef2d2 100644
--- a/t/TestApp-Plugin-RecordHistory/t/005-view.t
+++ b/t/TestApp-Plugin-RecordHistory/t/005-view.t
@@ -22,6 +22,6 @@ $book->end_change;
$mech->get_ok($URL . '/book/history?id=' . $book->id);
$mech->text_contains("Book created by 0");
$mech->text_contains("Book updated by 0");
-$mech->text_contains("title changed from '1984' to 'Brave New World'");
-$mech->text_contains("author changed from '' to 'Aldous Huxley'");
+$mech->text_contains("title changed from 1984 to Brave New World");
+$mech->text_contains("author changed from (no value) to Aldous Huxley");
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list