This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 238806 - org.netbeans.modules.visual.apichanges.LabelOrientationTest testLabelOrientations fails on Mac OSX
Summary: org.netbeans.modules.visual.apichanges.LabelOrientationTest testLabelOrientat...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 7.3.1
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2013-11-26 09:17 UTC by Maksim Khramov
Modified: 2013-11-29 12:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Clean screenshot (5.28 KB, image/png)
2013-11-26 09:17 UTC, Maksim Khramov
Details
Second snapshot (6.16 KB, image/png)
2013-11-26 09:18 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2013-11-26 09:17:57 UTC
Created attachment 142577 [details]
Clean screenshot

Running Java(TM) SE Runtime Environment 1.7.0_45 b18 (1.7.0_45-b18) 
and NB 7.3.1 on Mac

 org.netbeans.modules.visual.apichanges.LabelOrientationTest testLabelOrientations fails on Mac OSX:

	The scene snapshot is not clean.

junit.framework.AssertionFailedError: The scene snapshot is not clean.
at junit.framework.Assert.fail(Assert.java:50)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.netbeans.modules.visual.framework.VisualTestCase.assertCleaness(VisualTestCase.java:253)
at org.netbeans.modules.visual.apichanges.LabelOrientationTest.testLabelOrientations(LabelOrientationTest.java:108)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at junit.framework.TestCase.runTest(TestCase.java:168)
at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:97)
at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:431)
at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:357)
at java.lang.Thread.run(Thread.java:744)

See attached screenshots...
Comment 1 Maksim Khramov 2013-11-26 09:18:29 UTC
Created attachment 142578 [details]
Second snapshot