[android-developers] junit classes in live Webkit code
I just received the following crash report
at android.webkit.WebViewCore$WebCoreThread.run(WebViewCore.java:658)
at java.lang.Thread.run(Thread.java:1019)
This is for Gingerbread (2.3.6). Frankly I couldn't believe that a test class was burnt into and being used by a production class. I wonder whether they really meant to use the Java "assert" statement instead and hope it has been fixed since. The Junit Assert class shouldn't be used outside of a test harness.
Has anyone else seen anything similar?
William
-- You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home