summaryrefslogtreecommitdiff
path: root/tests/src/com/android/loganalysis/parser/GfxInfoParserTest.java
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2016-12-13 11:32:21 +0000
committerJulien Desprez <jdesprez@google.com>2016-12-13 11:32:21 +0000
commite1795dec961be3b664df6bd359aa4eeb30e96868 (patch)
tree4b2a58cee1ba09a6ce82654476ecef08e52cb757 /tests/src/com/android/loganalysis/parser/GfxInfoParserTest.java
parentbd7041191323e65f977135668c94a42df99f2445 (diff)
downloadloganalysis-e1795dec961be3b664df6bd359aa4eeb30e96868.tar.gz
Preparer Loganalysis unit tests
make them presubmit ready by fixing some import, cleaning temporary files. Test: build, run presubmit Bug: 33564231 Change-Id: I777569bc37b5a5a4a687cd1bc89d01133abbba4e
Diffstat (limited to 'tests/src/com/android/loganalysis/parser/GfxInfoParserTest.java')
-rw-r--r--tests/src/com/android/loganalysis/parser/GfxInfoParserTest.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/src/com/android/loganalysis/parser/GfxInfoParserTest.java b/tests/src/com/android/loganalysis/parser/GfxInfoParserTest.java
index 1ba7dce..b424472 100644
--- a/tests/src/com/android/loganalysis/parser/GfxInfoParserTest.java
+++ b/tests/src/com/android/loganalysis/parser/GfxInfoParserTest.java
@@ -19,10 +19,6 @@ import com.android.loganalysis.item.GfxInfoItem;
import junit.framework.TestCase;
-import org.json.JSONArray;
-import org.json.JSONException;
-import org.json.JSONObject;
-
import java.util.Arrays;
import java.util.List;