- 14 Jan, 2011 18 commits
-
-
Brian Carlstrom authored
The code previously moved to external/bouncycastle Change-Id: I3ffe2b1b08819f25d2c370c08c6303cf54764db5
-
Dan Bornstein authored
* commit '4d73cf8d': Make the test a little less trivial.
-
Dan Bornstein authored
* commit 'c167f747': Make the test a little less trivial.
-
Dan Bornstein authored
-
Dan Bornstein authored
Change-Id: Ic00cbcdbda15a151b0080e097e74e39ca32d0a32
-
Jesse Wilson authored
* commit '9b0f9143': Don't infinite loop in Field.toString()
-
Jesse Wilson authored
* commit '3827f581': Don't infinite loop in Field.toString()
-
Jesse Wilson authored
-
Jesse Wilson authored
am 3435f3e1: am 9035a930: Merge "Fix another DOM test that had broken expectations for the number of results." into honeycomb * commit '3435f3e1': Fix another DOM test that had broken expectations for the number of results.
-
Jesse Wilson authored
am 9035a930: Merge "Fix another DOM test that had broken expectations for the number of results." into honeycomb * commit '9035a930': Fix another DOM test that had broken expectations for the number of results.
-
Jesse Wilson authored
-
Jesse Wilson authored
Change-Id: Iefa5bff3ca386359ebc370a736c9942f4d010032 http://b/3351428
-
Jesse Wilson authored
* commit '2d6d9bc3': Fix HTTP cookie to do case mapping with Locale.US.
-
Jesse Wilson authored
* commit '65275e82': Fix HTTP cookie to do case mapping with Locale.US.
-
Jesse Wilson authored
-
Jesse Wilson authored
While I'm here fix a MockWebServer bug I recently introduced that broke cookie tests that needed to know port numbers before responses were enqueued. Change-Id: Idb2389ac5ed66656248c10aeb68209641acc0a68 http://b/3325637
-
Dan Bornstein authored
* commit 'e4b086f8': Remove pointless tests. DO NOT MERGE.
-
Dan Bornstein authored
* commit '8a9624fc': Remove pointless tests. DO NOT MERGE.
-
- 13 Jan, 2011 21 commits
-
-
Jesse Wilson authored
The input XML file looks something like this: <foo> <a></a> <b></b> &c; </foo> The &c; entity expands to <c></c> on the RI. On Android, it is ignored. That behavior is known. The results from the RI were 3 elements: <a> <b> <c> The results from Android were also 3 elements, but a different 3: <foo> <a> <b> With my recent fix, the result is what it should be for a system that doesn't expand entities: <a> <b> I've adjusted the test to expect one fewer element. It now fails on the RI, because we're not expecting the expanded entity. http://b/3350005 Change-Id: I20ab5c0521d20075582c0038bcf6e9e15d50597f
-
Dan Bornstein authored
Change-Id: Ia1bac1abaa44c6341b00005a3142e87073b16bd6
-
Dan Bornstein authored
* commit '03fdef89': Remove pointless tests.
-
Dan Bornstein authored
* commit 'eee42b19': Remove pointless tests.
-
Dan Bornstein authored
* commit '6241c067': Remove pointless tests.
-
Dan Bornstein authored
Change-Id: I17ffa62ca632ff1cbcdd0847c97ce539877e8667
-
Jesse Wilson authored
am 41390693: am 094ef677: Merge "Move tests from android.core.URLTest to URLConnectionTest." into honeycomb * commit '41390693': Move tests from android.core.URLTest to URLConnectionTest.
-
Jesse Wilson authored
* commit '094ef677': Move tests from android.core.URLTest to URLConnectionTest.
-
Jesse Wilson authored
-
Jesse Wilson authored
This includes some changes to MockWebServer to make it stop accepting connections as soon as its response queue is empty. Change-Id: I5a6bcdf1c03d0c36b11552ae086d0dece0440f64 http://b/1158780
-
repo sync authored
Change-Id: Ieaf43d93b158ab143601b874c872570c3c3fe98b
-
Carl Shapiro authored
* commit 'fb641fa5': Remove @cts comments from hidden classes.
-
Carl Shapiro authored
* commit 'c4379294': Remove @cts comments from hidden classes.
-
Carl Shapiro authored
Change-Id: I948fc13d0fc236b07dad5864cab2e5c4eba2c06c
-
Elliott Hughes authored
* commit 'e91e39db': Improve java.util.Locale documentation.
-
Elliott Hughes authored
* commit 'dcd012af': Improve java.util.Locale documentation.
-
Elliott Hughes authored
-
Carl Shapiro authored
* commit '2ce1fb3e': Remove the allocation limits interfaces.
-
Carl Shapiro authored
* commit '55fa6d07': Remove the allocation limits interfaces.
-
Carl Shapiro authored
-
- 12 Jan, 2011 1 commit
-
-
Carl Shapiro authored
Change-Id: I85c3b48cb11823cfccd1901cac685d0c457a74b3
-