From add332fb8508efbfe89e716495d40538d22ffd0e Mon Sep 17 00:00:00 2001 From: phpnut Date: Wed, 29 Oct 2008 07:44:05 +0000 Subject: [PATCH] Please review the models used in this test case to see why the results are correct. git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7797 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/tests/cases/libs/model/model.test.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cake/tests/cases/libs/model/model.test.php b/cake/tests/cases/libs/model/model.test.php index 3c53b73fa..f81f94255 100644 --- a/cake/tests/cases/libs/model/model.test.php +++ b/cake/tests/cases/libs/model/model.test.php @@ -2840,7 +2840,7 @@ class ModelTest extends CakeTestCase { ); $this->assertEqual($result, $expected); } - /** +/** * testSaveHabtmCustomKeys method * * @access public @@ -2873,11 +2873,11 @@ class ModelTest extends CakeTestCase { ); $this->assertEqual($result, $expected); } - /** - * @todo This is technically incorrect (ThePaperMonkies.apple_id should be ThePaperMonkies.the_paper_id), - * the foreign key name should come from the association name, not the table name... but that's the existing - * functionality at this point. + * testHabtmSaveKeyResolution method + * + * @access public + * @return void */ function testHabtmSaveKeyResolution() { $this->loadFixtures('Apple', 'Device', 'ThePaperMonkies');