Top-Q / jsystem

JSystem is a professional open-source framework for writing and managing automated system tests.
http://www.jsystem.org/
Apache License 2.0
45 stars 48 forks source link

Hebrew not shows in property's Desc or Value #213

Open NirBY opened 10 years ago

NirBY commented 10 years ago

Using Jsystem V6.1.0, under windows 7 x64.

I tried:

  1. Windows locale setting.
  2. Windows language setting.
  3. Change to JDK - jdk1.8.0_11 & jdk1.7.0_65
  4. Update project's file encoding - UTF-8 & UTF-16LE & UTF-16 & Cp1255

Note: Cyrillic and Arbic works fine.

image

NirBY commented 10 years ago

Fixed.

There is a pb with Look&Feel configuration, in next ver please open prop in JSystem Properties.

In "jsystem-core-projects\jsystemApp\src\main\java\jsystem\treeui\TestRunner.java" (Line 91), Change from: UIManager.setLookAndFeel(new Plastic3DLookAndFeel());

To: UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());

look feel_fix

NirBY commented 8 years ago

Is it going to be fix in upcoming vers? Also, the new Difido reporter is not supporting hebrew.

NirBY commented 7 years ago

It seems that in Win10 x64 this issue fixed itself.

  1. JDK - jdk1.8.0_112
  2. Win 10 x64