fixed med_db test

This commit is contained in:
Martin Willi 2008-04-02 12:27:39 +00:00
parent 489e3da0ea
commit 513f20156a
1 changed files with 1 additions and 1 deletions

View File

@ -47,6 +47,6 @@ bool test_med_db()
}
enumerator->destroy(enumerator);
id->destroy(id);
return TRUE;
return good;
}