Fixing serialization compatibility tests for beans tests
Moving all beans resources beneath com.android.org.apache instead of just org.apache. The resource names used during tests are derived from the fully-qualified names of the test classes. At build time we re-package the test code by prepending "com.android." to the "org.apache" using jarjar. This is probably to avoid conflicts with other tests / support code that have been moved to libcore/harmony-tests but retain their original package name. Bug: 17394106 Change-Id: I4a14ddc924fa265e2c302590ca76fa01f6147233
Loading
Please sign in to comment