mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 20:59:55 +09:00
Update to default value - set it both when value is null or empty string.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8613 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
98a85cdaa9
commit
8b9468a165
3 changed files with 12 additions and 2 deletions
|
|
@ -63,6 +63,16 @@
|
|||
|
||||
}
|
||||
|
||||
function test_communication_addFriendGroup_NullId(){
|
||||
$args->member_srl = 202;
|
||||
$args->title = "Grup";
|
||||
$args->friend_group_srl = trim(null);
|
||||
|
||||
$output = executeQuery("communication.addFriendGroup", $args);
|
||||
$this->assertEquals(0, $output->error, $output->message);
|
||||
|
||||
}
|
||||
|
||||
protected function tearDown() {
|
||||
$db = &DB::getInstance();
|
||||
$db->_query("DELETE FROM xe_modules WHERE module_srl = 47374");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue