projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87a5202
)
Test fix - test was relying on running slowly enough for the second to increment...
author
eileen
<emcnaughton@wikimedia.org>
Wed, 13 Apr 2016 08:43:50 +0000
(20:43 +1200)
committer
Eileen
<eileen@fuzion.co.nz>
Sat, 23 Apr 2016 03:51:16 +0000
(
03:51
+0000)
tests/phpunit/api/v3/LoggingTest.php
patch
|
blob
|
blame
|
history
diff --git
a/tests/phpunit/api/v3/LoggingTest.php
b/tests/phpunit/api/v3/LoggingTest.php
index c563e3f7a9429091b6b70dbc158e8cf4a02e2f69..308622cc156fa15e6ceb588deb6abe566b702b53 100644
(file)
--- a/
tests/phpunit/api/v3/LoggingTest.php
+++ b/
tests/phpunit/api/v3/LoggingTest.php
@@
-302,7
+302,7
@@
class api_v3_LoggingTest extends CiviUnitTestCase {
'api.email.create' => array('email' => 'dopey@mail.com'))
);
$this->callAPISuccess('Setting', 'create', array('logging_all_tables_uniquid' => FALSE));
- $this->callAPISuccess('Setting', 'create', array('logging_uniqueid_date' => date('Y-m-d H:i:s')));
+ $this->callAPISuccess('Setting', 'create', array('logging_uniqueid_date' => date('Y-m-d H:i:s'
, strtotime('+ 1 hour')
)));
$this->callAPIFailure(
'Logging',
'revert',