-
Bug
-
Resolution: Fixed
-
Minor
-
3.1
-
MOODLE_31_STABLE
-
MOODLE_31_STABLE
-
MDL-54074-master -
- Run tag/tests/events_test.php on Oracle
Moodle 3.1beta (Build: 20160504), 73e7c7a675f526fe5bc41f753d0d490ccfe1192d
|
Php: 5.6.20, Oracle: 11.2.0.2.0, OS: Darwin 15.4.0 x86_64
|
PHPUnit 4.8.24 by Sebastian Bergmann and contributors.
|
|
. .F.....
|
|
Time: 25.08 seconds, Memory: 77.50Mb
|
|
There was 1 failure:
|
|
1) core_tag_events_testcase::test_tag_removed
|
Failed asserting that two objects are equal.
|
--- Expected
|
+++ Actual
|
@@ @@
|
context_module Object (
|
- '_id' => 39
|
+ '_id' => 40
|
'_contextlevel' => 70
|
- '_instanceid' => '1'
|
- '_path' => '/1/3/34/39'
|
+ '_instanceid' => '2'
|
+ '_path' => '/1/3/34/40'
|
'_depth' => 4
|
)
|
|
/Users/danp/moodles/im_oracle/moodle/tag/tests/events_test.php:263
|
/Users/danp/moodles/im_oracle/moodle/lib/phpunit/classes/advanced_testcase.php:80
|
|
To re-run:
|
vendor/bin/phpunit core_tag_events_testcase tag/tests/events_test.php
|
- has a non-specific relationship to
-
MDL-43447 We cannot rely on ORDER BY id
- Closed
- will help resolve
-
MDLQA-9590 CLONE - Run PHPUnit tests on Oracle
- Passed