From 6c243e1106ac7b350acfed145aa6f0021cb08bec Mon Sep 17 00:00:00 2001 From: mark_story Date: Wed, 14 Jan 2009 18:04:31 +0000 Subject: [PATCH] Fixing pirate spelling in model.test.php. Thanks to 'teknoid' for the patch. Fixes #6002 git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7983 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/tests/cases/libs/model/model.test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/tests/cases/libs/model/model.test.php b/cake/tests/cases/libs/model/model.test.php index d7d2424f8..988b8da56 100644 --- a/cake/tests/cases/libs/model/model.test.php +++ b/cake/tests/cases/libs/model/model.test.php @@ -3217,7 +3217,7 @@ class ModelTest extends CakeTestCase { $this->loadFixtures('Article', 'Tag', 'Comment', 'User'); $data = array( 'Article' => array( - 'user_id' => 1, 'title' => 'RRticle Has and belongs to Many Tags' + 'user_id' => 1, 'title' => 'Article Has and belongs to Many Tags' ), 'Tag' => array( 'Tag' => array(