diff --git a/cake/tests/cases/libs/model/model_write.test.php b/cake/tests/cases/libs/model/model_write.test.php index 3c9d0059b..d88bffeaa 100644 --- a/cake/tests/cases/libs/model/model_write.test.php +++ b/cake/tests/cases/libs/model/model_write.test.php @@ -3903,7 +3903,7 @@ class ModelWriteTest extends BaseModelTest { } /** - * testProductUpdateAllWithForeignKey + * testUpdateAllWithJoins * * @link http://code.cakephp.org/tickets/view/69 * @access public @@ -3954,7 +3954,7 @@ class ModelWriteTest extends BaseModelTest { } /** - * testProductUpdateAllWithoutForeignKey + * testUpdateAllWithoutForeignKey * * @link http://code.cakephp.org/tickets/view/69 * @access public