Changeset: 8e07270abd17 Author: Assaf Yavnai Date: 2014-02-13 10:11 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8e07270abd17
[RT-34966] Platform.isSupported reported wrong MultiTouch Status Summary: there was no check for ConditionalFeature.DEVICE_MULTITOUCH in udevInput.c in Lens. Check was added and the test exclusion was removed from InputDevicePropertyTest.java Tested with: LinuxInputTests and the JIRA attached application Reviewed by: dblaukopf ! modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c ! tests/system/src/test/java/com/sun/glass/ui/monocle/input/InputDevicePropertyTest.java