Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1d222f
)
MDL-20053 mod_data: Update to fix unit tests.
author
Adrian Greeve
<adrian@moodle.com>
Thu, 15 Jan 2015 09:36:30 +0000
(17:36 +0800)
committer
Adrian Greeve
<adrian@moodle.com>
Mon, 19 Jan 2015 07:24:47 +0000
(15:24 +0800)
mod/data/tests/search_test.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/data/tests/search_test.php
b/mod/data/tests/search_test.php
index
75c02ce
..
f2bd376
100644
(file)
--- a/
mod/data/tests/search_test.php
+++ b/
mod/data/tests/search_test.php
@@
-172,6
+172,9
@@
class data_advanced_search_sql_test extends advanced_testcase {
$this->finalrecord[6]->lastnamephonetic = $user->lastnamephonetic;
$this->finalrecord[6]->middlename = $user->middlename;
$this->finalrecord[6]->alternatename = $user->alternatename;
+ $this->finalrecord[6]->picture = $user->picture;
+ $this->finalrecord[6]->imagealt = $user->imagealt;
+ $this->finalrecord[6]->email = $user->email;
}
/**