History log of /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/SerializationTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8d6e266a70daab4e86018f9022aeb8c7e4da97f2 01-Sep-2014 Neil Fuller <nfuller@google.com> Fixing serialization compatibility tests for sql tests

The resources files were being loaded using the System
classloader, which is not useful for instrumentation CTS
tests: the app classloader is a direct child of the
boot classloader.

Also moving all sql 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.

Also a small change to the .mk file to remove references
to packages that no longer exist.

Bug: 17342415

(cherry picked from commit 15d1c074b73c8d2b67404ff87c7096f43a60d7f3)

Change-Id: I952b9fa2f772384e41d968d117fb1ae115f8d3cc
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/SerializationTest.java
8d8858e39800de641b50f6e8e864af9cf68bedea 31-Oct-2013 Narayan Kamath <narayan@google.com> Auto reformat apache-harmony code.

Formatted by IntelliJ 10.5.2, with no import
"optimization" attempted.

Change-Id: I4809922950d555400624d709e1c4b00074b63d08
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/SerializationTest.java
e98fbf8686c5289bf03fe5c3de7ff82d3a77104d 28-Apr-2011 Elliott Hughes <enh@google.com> Get the harmony test suite building.

Support_Jetty needs to be rewritten in terms of MockWebServer. I've removed the
concurrent tests on the assumption that we'll keep those separate for now (and
that they won't be updated by harmony ever again, even though the true upstream
will).

I've removed all the 'main' methods (which add a dependency on code we don't
have), and I've added the harmony support tree, which was classlib/support
rather than classlib/modules/support, so didn't get included last time.

Change-Id: Ifba2d420bb1cc4c3e4ee76d6a8ee68e7cf846ed9
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/SerializationTest.java