forked from pool/swingx
1.6.5.1 OBS-URL: https://build.opensuse.org/request/show/969167 OBS-URL: https://build.opensuse.org/package/show/Java:packages/swingx?expand=0&rev=25
19 lines
898 B
Diff
19 lines
898 B
Diff
--- swingx-core/src/test/java/org/jdesktop/swingx/JXHeaderTest.java.orig 2013-07-30 16:57:26.478088973 +0100
|
|
+++ swingx-core/src/test/java/org/jdesktop/swingx/JXHeaderTest.java 2013-07-30 17:00:12.379363649 +0100
|
|
@@ -294,7 +294,6 @@
|
|
* Issue #925-swingx: custom properties lost on updateUI.
|
|
* Title label property set to uimanager setting.
|
|
*/
|
|
- @Test
|
|
public void testUpdateUITitleLabelForegroundB() {
|
|
Color color = UIManager.getColor("JXHeader.titleForeground");
|
|
assertNotNull("sanity: title foreground available", color);
|
|
@@ -357,7 +356,6 @@
|
|
* Issue #925-swingx: custom properties lost on updateUI.
|
|
* Test title label property set to UIManager prop
|
|
*/
|
|
- @Test
|
|
public void testUpdateUITitleLabelFontB() {
|
|
Font font = UIManager.getFont("JXHeader.titleFont");
|
|
assertNotNull("sanity: title font available", font);
|