summaryrefslogtreecommitdiffstats
path: root/sql/src
diff options
context:
space:
mode:
authorUrs Grob <>2009-04-24 03:21:36 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-04-24 03:21:36 -0700
commite01d752ccba75c8c5e53235ec1e6466f816407da (patch)
tree36d3f461c69538ad49795fbb69185250ae9f082e /sql/src
parent50b97349a2607e5b350ccadccc364972f3aaeedd (diff)
downloadlibcore-e01d752ccba75c8c5e53235ec1e6466f816407da.zip
libcore-e01d752ccba75c8c5e53235ec1e6466f816407da.tar.gz
libcore-e01d752ccba75c8c5e53235ec1e6466f816407da.tar.bz2
AI 147687: Several fixes for failing tests in the cts host. also tests that timeout
are now marked with BrokenTest to exclude them for the time being until we have a way to execute them. BUG=1285921 Automated import of CL 147687
Diffstat (limited to 'sql/src')
-rw-r--r--sql/src/test/java/org/apache/harmony/sql/tests/java/sql/TimestampTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/TimestampTest.java b/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/TimestampTest.java
index c2e0f26..bc1a9d5 100644
--- a/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/TimestampTest.java
+++ b/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/TimestampTest.java
@@ -409,7 +409,7 @@ public class TimestampTest extends TestCase {
theReturn.getNanos());
theReturn = Timestamp.valueOf("1969-12-31 13:14:39.309");
- assertEquals("Wrong result for time test", 38720691,
+ assertEquals("Wrong result for time test", -38720691,
theReturn.getTime());
assertEquals("Wrong result for nanos test", 309000000,
theReturn.getNanos());