summaryrefslogtreecommitdiff
path: root/tests/src/com/android/loganalysis/parser/LogcatParserTest.java
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2016-12-14 09:53:42 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-12-14 09:53:43 +0000
commit00acceea46a91be76c1043bedfc0e3585f5a826e (patch)
tree9f7b27fa5002d93ebf2450a3b33d5c7243743888 /tests/src/com/android/loganalysis/parser/LogcatParserTest.java
parentf8181495ecc95c356452fda7662dae74f9a2406e (diff)
parente1795dec961be3b664df6bd359aa4eeb30e96868 (diff)
downloadloganalysis-00acceea46a91be76c1043bedfc0e3585f5a826e.tar.gz
Merge "Preparer Loganalysis unit tests"
Diffstat (limited to 'tests/src/com/android/loganalysis/parser/LogcatParserTest.java')
-rw-r--r--tests/src/com/android/loganalysis/parser/LogcatParserTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/com/android/loganalysis/parser/LogcatParserTest.java b/tests/src/com/android/loganalysis/parser/LogcatParserTest.java
index b8170f7..7adeed6 100644
--- a/tests/src/com/android/loganalysis/parser/LogcatParserTest.java
+++ b/tests/src/com/android/loganalysis/parser/LogcatParserTest.java
@@ -106,7 +106,7 @@ public class LogcatParserTest extends TestCase {
logcat.getJavaCrashes().get(0).getEventTime());
}
- public void testParse_test_exception() throws ParseException {
+ public void testParse_test_exception() {
List<String> lines = Arrays.asList(
"11-25 19:26:53.581 5832 7008 I TestRunner: ----- begin exception -----",
"11-25 19:26:53.589 5832 7008 I TestRunner: ",
@@ -145,7 +145,7 @@ public class LogcatParserTest extends TestCase {
assertEquals(LogcatParser.JAVA_CRASH, logcat.getJavaCrashes().get(0).getCategory());
}
- public void testParse_test_exception_with_exras() throws ParseException {
+ public void testParse_test_exception_with_exras() {
List<String> lines = Arrays.asList(
"12-06 17:19:18.746 6598 7960 I TestRunner: failed: testYouTube(com.android.test.uiautomator.aupt.YouTubeTest)",
"12-06 17:19:18.746 6598 7960 I TestRunner: ----- begin exception -----",