From: Cash Costello Date: Fri, 6 Jul 2012 00:22:27 +0000 (-0400) Subject: added different comment so I don't break this test again X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=511f23d66219a7a92f12f61f5cc725a6861808fd;p=lorea%2Felgg.git added different comment so I don't break this test again --- diff --git a/engine/tests/api/metadata.php b/engine/tests/api/metadata.php index c63b0cbec..9933263d1 100644 --- a/engine/tests/api/metadata.php +++ b/engine/tests/api/metadata.php @@ -28,7 +28,8 @@ class ElggCoreMetadataAPITest extends ElggCoreUnitTest { public function testGetMetastringById() { foreach (array('metaUnitTest', 'metaunittest', 'METAUNITTEST') as $string) { - // in case previous tests failed to cleanup after themselves + // since there is no guarantee that metastrings are garbage collected + // between unit test runs, we delete before testing $this->delete_metastrings($string); $this->create_metastring($string); }