From da973e75dcea8dac8c83d7dcc4a7a33a69bab2cd Mon Sep 17 00:00:00 2001 From: "Tadashi G. Takaoka" Date: Thu, 13 Feb 2014 19:31:31 +0900 Subject: Make InputLogicTest more robust Change-Id: I134f14971126cbeed05b472c08747f2b88ad30e6 --- .../inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java') diff --git a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java index 75a1aa3ca..141730de9 100644 --- a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java +++ b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java @@ -115,9 +115,9 @@ public class BinaryDictDecoderEncoderTests extends AndroidTestCase { @Override protected void tearDown() throws Exception { - super.tearDown(); // Quit test mode. BinaryDictionary.setCurrentTimeForTest(-1); + super.tearDown(); } private void generateWords(final int number, final Random random) { -- cgit v1.2.3-83-g751a