From aa97daeea9d54aa1b7a6f1a6bb86a6660e752412 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sun, 15 Nov 2009 20:09:35 -0500 Subject: [PATCH] Updating test due to merge conflicts. --- cake/tests/cases/libs/configure.test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/tests/cases/libs/configure.test.php b/cake/tests/cases/libs/configure.test.php index b7f0cc9732e..739197224f9 100644 --- a/cake/tests/cases/libs/configure.test.php +++ b/cake/tests/cases/libs/configure.test.php @@ -265,7 +265,7 @@ function testStoreAndLoad() { 'data' => array('first' => 'value with backslash \, \'singlequote\' and "doublequotes"', 'second' => 'value2'), 'data2' => 'value' ); - Configure::store('AnotherExample', 'test.config', $expected); + Configure::store('AnotherExample', 'test_config', $expected); Configure::load('test_config'); $config = Configure::read('AnotherExample');