1 |
|
2003-10-31 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* test/test_classification.py (red, green, blue): New. These |
4 |
|
constants were used in several cases. Update the relevant methods. |
5 |
|
(TestClassification.test_defaults) |
6 |
|
(TestClassification.test_set_default_properties) |
7 |
|
(TestClassification.test_add_singleton) |
8 |
|
(TestClassification.test_add_range) |
9 |
|
(TestClassification.test_multiple_groups) |
10 |
|
(TestClassification.test_deepcopy): New. These were formerly all |
11 |
|
part of the single method test. |
12 |
|
(TestClassification.test_deepcopy): Removed. |
13 |
|
(TestClassIterator): Removed. The test case is now a method of |
14 |
|
TestClassification since it tests part of the public interface of |
15 |
|
Classification |
16 |
|
(TestClassification.test_iterator): New. Used to be |
17 |
|
TestClassIterator effectively |
18 |
|
|
19 |
2003-10-31 Jan-Oliver Wagner <[email protected]> |
2003-10-31 Jan-Oliver Wagner <[email protected]> |
20 |
|
|
21 |
GUIfied the functions of the profiling extension. |
GUIfied the functions of the profiling extension. |
27 |
the Extensions menu. Applied _() for strings. |
the Extensions menu. Applied _() for strings. |
28 |
(profile_screen_renderer): Catch the detailed printout and present |
(profile_screen_renderer): Catch the detailed printout and present |
29 |
it in a dialog. |
it in a dialog. |
30 |
(ime_screen_renderer): Raise a dialog to present the result instead |
(time_screen_renderer): Raise a dialog to present the result instead |
31 |
of printing it to stdout. |
of printing it to stdout. |
32 |
|
|
33 |
2003-10-31 Bernhard Herzog <[email protected]> |
2003-10-31 Bernhard Herzog <[email protected]> |