Skip to content

Commit 3b8c44c

Browse files
committed
update clirr again
1 parent 1322e42 commit 3b8c44c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

google-http-client-test/clirr-ignored-differences.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
[ERROR] 4001: com.google.api.client.test.json.AbstractJsonGeneratorTest: Removed junit.framework.Test from the set of implemented interfaces
1616
[ERROR] 5001: com.google.api.client.test.json.AbstractJsonGeneratorTest: Removed junit.framework.Assert from the list of superclasses
1717
[ERROR] 5001: com.google.api.client.test.json.AbstractJsonGeneratorTest: Removed junit.framework.TestCase from the list of superclasses
18+
[ERROR] 4001: com.google.api.client.test.json.AbstractJsonParserTest: Removed junit.framework.Test from the set of implemented interfaces [ERROR] 5001: com.google.api.client.test.json.AbstractJsonParserTest: Removed junit.framework.Assert from the list of superclasses [ERROR] 5001: com.google.api.client.test.json.AbstractJsonParserTest: Removed junit.framework.TestCase from the list of superclasses
1819
-->
1920
<differences>
2021
<difference>
@@ -35,6 +36,12 @@
3536
<className>com/google/api/client/test/json/AbstractJsonGeneratorTest</className>
3637
<to>junit/framework/Test</to>
3738
</difference>
39+
<difference>
40+
<!-- migration to JUnit 4 -->
41+
<differenceType>4001</differenceType>
42+
<className>com/google/api/client/test/json/AbstractJsonParserTest</className>
43+
<to>junit/framework/Test</to>
44+
</difference>
3845
<difference>
3946
<!-- migration to JUnit 4 -->
4047
<differenceType>5001</differenceType>
@@ -53,6 +60,12 @@
5360
<className>com/google/api/client/test/json/AbstractJsonGeneratorTest</className>
5461
<to>junit/framework/*</to>
5562
</difference>
63+
<difference>
64+
<!-- migration to JUnit 4 -->
65+
<differenceType>5001</differenceType>
66+
<className>com/google/api/client/test/json/AbstractJsonParserTest</className>
67+
<to>junit/framework/*</to>
68+
</difference>
5669
<difference>
5770
<!-- migration to JUnit 4 -->
5871
<differenceType>7004</differenceType>

0 commit comments

Comments
 (0)