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
This commit is contained in:
mark_story 2009-01-14 18:04:31 +00:00
parent c4fe08415b
commit 6c243e1106

View file

@ -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(