Issue 40688 - API: forms.*Model object
Summary: API: forms.*Model object
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P4 Trivial
Target Milestone: ---
Assignee: chne
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-14 15:47 UTC by chne
Modified: 2013-02-24 21:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description chne 2005-01-14 15:47:31 UTC
The most of the model objectes distinguish between the service name which must
be instantiated. Now comes that the tests must be modifyed. They have to copy
the test database to a local temp folder. Further at the end of the test
(cleanup() ) the data base must removed complete. This means: close connection,
colse document, revoke data base.
In this state it make sence to change the test. There should be a super class
wich extends Testcase. In this class all needed functionality is implemented.
The child class only do some minor stuff like setting of the service name to
instantiate.
Comment 1 chne 2005-01-19 17:56:47 UTC
fixed in qadev21
Comment 2 chne 2005-01-19 18:43:50 UTC
.
Comment 3 chne 2005-03-15 17:12:09 UTC
ok in src680_m85
Comment 4 panricarfe 2010-10-23 15:34:10 UTC
Created attachment 72553