[Bps-public-commit] jifty-plugin-recordhistory branch, master, updated. 4db3bb7138d2c07b8d3ac5f64514b55a784c4117

Shawn Moore sartak at bestpractical.com
Wed Feb 9 17:18:51 EST 2011


The branch, master has been updated
       via  4db3bb7138d2c07b8d3ac5f64514b55a784c4117 (commit)
      from  d80d2546129647b13570d78995c77d06542fc824 (commit)

Summary of changes:
 t/TestApp-Plugin-RecordHistory/t/001-basic.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 4db3bb7138d2c07b8d3ac5f64514b55a784c4117
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Wed Feb 9 17:18:46 2011 -0500

    Test typo fix

diff --git a/t/TestApp-Plugin-RecordHistory/t/001-basic.t b/t/TestApp-Plugin-RecordHistory/t/001-basic.t
index 3be7a85..e7321d0 100644
--- a/t/TestApp-Plugin-RecordHistory/t/001-basic.t
+++ b/t/TestApp-Plugin-RecordHistory/t/001-basic.t
@@ -17,6 +17,6 @@ is($change->record_id, $book->id, 'record id');
 is($change->record_class, 'TestApp::Plugin::RecordHistory::Model::Book', 'record class');
 is($change->type, 'create', 'change has type create');
 
-isa_ok($change->change_fields, 'Jifty::Plugin::RecordHistory::Model::ChangeFIeldCollection', 'change field collection');
+isa_ok($change->change_fields, 'Jifty::Plugin::RecordHistory::Model::ChangeFieldCollection', 'change field collection');
 is($change->change_fields->count, 0, 'generate no ChangeFields for create');
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list