The test in question is:
spark/validators/CurrencyValidator/Methods/CV_validate_error_message_localized_tester On my local machine, this test passes, but on my new VM, this fails. The problem is that on my local machine, it appears that the required (Chinese?) fonts are missing. Yet, somehow the test passes. Look at screenshot [1] On the VM, the test fails, but it appears that the Chinese text seems to be there. Screenshot [2] Is this a case of tests passing because they render the fonts incorrectly in the same way? And it fails when the font is actually available? Any ideas? Thanks, Om [1] http://snag.gy/61l8J.jpg (invalid characters, test passes) [2] http://snag.gy/t5PKu.jpg (valid characters, test fails)