1 |
2003-10-31 Bernhard Herzog <[email protected]> |
2003-10-31 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/classification.py (Classification.SetDefaultGroup): |
4 |
|
Send a CLASS_CHANGED message |
5 |
|
(Classification.RemoveGroup): Send a CLASS_CHANGED message and do |
6 |
|
not return the removed group since it wasn't used. |
7 |
|
|
8 |
|
* test/test_classification.py |
9 |
|
(TestClassification.test_set_default_group): New. Test the |
10 |
|
SetDefaultGroup method |
11 |
|
(TestClassification.test_insert_group): New. Test the InsertGroup |
12 |
|
method |
13 |
|
(TestClassification.test_remove_group): New. Test the RemoveGroup |
14 |
|
method |
15 |
|
(TestClassification.test_replace_group): New. Test the |
16 |
|
ReplaceGroup method |
17 |
|
|
18 |
|
2003-10-31 Bernhard Herzog <[email protected]> |
19 |
|
|
20 |
* test/test_classification.py (TestClassification.setUp): |
* test/test_classification.py (TestClassification.setUp): |
21 |
Subscribe to the CLASS_CHANGED messages |
Subscribe to the CLASS_CHANGED messages |
22 |
(TestClassification.tearDown): New. Destroy the classification |
(TestClassification.tearDown): New. Destroy the classification |