MINOR: Disable caching in RestfulService test

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@69249 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2008-12-16 21:33:26 +00:00 committed by Sam Minnee
parent b90efd8791
commit 636d2a6225

View File

@ -40,7 +40,7 @@ class RestfulServiceTest extends SapphireTest {
}
function testPostData() {
$connection = new RestfulService(Director::absoluteBaseURL());
$connection = new RestfulService(Director::absoluteBaseURL(), 0);
$test1params = array(
'test1a' => mktime(),
'test1b' => mt_rand(),
@ -88,4 +88,4 @@ XML;
}
}
?>
?>