zen0wu / topcoder-greed

greedy editor for topcoder arena
Apache License 2.0
229 stars 45 forks source link

Fix failing tests on some windows environments #75

Closed wookayin closed 10 years ago

wookayin commented 10 years ago

In my workstation (windows 8), ExternalSystemTest.testCat fails.

This is because TestUtil.isWindows() returns false in windows 8 -- it's now fixed.

zen0wu commented 10 years ago

Oh, didn't realise that since I don't have a windows environment.