122 | | * Testing |
123 | | * Use SwingDemoTest and LineEndsDemoTest. |
| 122 | * Testing: |
| 123 | * A new ImmHotTextTest added to test all basic ImmHotText functionalities including: |
| 124 | * Applying styles. |
| 125 | * Replace of text (with styles). |
| 126 | * Insert of a character at some position in the text (with styles) - this test fails, it will be fixed as part of the implementation. |
| 127 | * Sub-text (with styles). |
| 128 | * Functionality needed by persistence. |
| 129 | * String representation and getters. |
| 130 | * SwingDemoTest renamed to HotTextDemoTest. |
| 131 | * HotLayoutTest extended to cover all HotLayout functionalities. |
| 132 | * NavigationTest extended. |
| 133 | * Tests are committed in a separate branch: [http://www.sophie2.org/trac/browser/branches/private/vlado/hot-text-redesign-r2 branches/private/vlado/hot-text-redesign-r2] |
| 134 | * [6694] |
| 135 | * [6695] |
| 136 | * See implementation for additional changesets with bug fixes and changes on text. |