I'm getting this warning:
RoboLectric and Eclipse (WARNING: no system properties value for ro.build.date.utc)
I originally added the RoboLectric 2.1 Jar with dependencies. When I ran JUnit for the first time, it downloaded several things in the console. After that, every time I ran my tests I would get the error. I tried getting the RoboLectric 2.2 Jar Snapshot with dependencies but this did not fix the issue.
Does anyone know what the issue is?
I've tried these things already:
- Adding my manifest path to
org.robolectric.Config.properties
file. - Using this VM argument
-XX:-UseSplitVerifier
as posed on GitHub.
Right now it doesn't cause any issues with my tests and if it will never be an issue, I am okay with ignoring the console pop-up but I don't know how to disable that, either.
Thanks!