Navigation Menu

Skip to content

Commit

Permalink
Fixing pirate spelling in model.test.php. Thanks to 'teknoid' for the…
Browse files Browse the repository at this point in the history
… patch. Fixes #6002

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7983 3807eeeb-6ff5-0310-8944-8be069107fe0
  • Loading branch information
markstory committed Jan 14, 2009
1 parent c4fe084 commit 6c243e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/model/model.test.php
Expand Up @@ -3217,7 +3217,7 @@ function testSaveAllHabtm() {
$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(
Expand Down

0 comments on commit 6c243e1

Please sign in to comment.