|
I build veracity on my windows 7 machine strictly as described in the instructions given by Ian, code downloaded Nov 19th. Without having changed the code, I get several test failures after the build (links are to the logs): |
|
Solution: I turned the display language and formats to "English (USA)" and thus got rid of the failures. So yes, all the test failures are localization issues. Thanks for the hint, Paul. |
I'd say they're all localization issues. In the activity stream test, for example, I'm guessing the "invalid initializer" in question is the non-US-style decimals, e.g.
1321776671617,000000Not answering this yet, as without further research, I'm not sure how severe this actually is for you.
Let me know if I can somehow retrieve more info from the tests, e.g. what the initializer looks like on my machine. Meanwhile, I'll try to run the tests with locale set to en_us.