|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html --> |
| 3 | +<!-- |
| 4 | +[ERROR] 4001: com.google.api.client.test.json.AbstractJsonFactoryTest: Removed junit.framework.Test from the set of implemented interfaces |
| 5 | +[ERROR] 5001: com.google.api.client.test.json.AbstractJsonFactoryTest: Removed junit.framework.Assert from the list of superclasses |
| 6 | +[ERROR] 5001: com.google.api.client.test.json.AbstractJsonFactoryTest: Removed junit.framework.TestCase from the list of superclasses |
| 7 | +[WARNING] 6002: com.google.api.client.test.json.AbstractJsonFactoryTest: Value of field BOOLEAN_TYPE_EMPTY is no longer a compile-time constant |
| 8 | +[WARNING] 6002: com.google.api.client.test.json.AbstractJsonFactoryTest: Value of field BOOLEAN_TYPE_EMPTY_OUTPUT is no longer a compile-time constant |
| 9 | +[WARNING] 6002: com.google.api.client.test.json.AbstractJsonFactoryTest: Value of field BOOLEAN_TYPE_FALSE is no longer a compile-time constant |
| 10 | +[WARNING] 6002: com.google.api.client.test.json.AbstractJsonFactoryTest: Value of field BOOLEAN_TYPE_NULL is no longer a compile-time constant |
| 11 | +[WARNING] 6002: com.google.api.client.test.json.AbstractJsonFactoryTest: Value of field BOOLEAN_TYPE_NULL_OUTPUT is no longer a compile-time constant |
| 12 | +[WARNING] 6002: com.google.api.client.test.json.AbstractJsonFactoryTest: Value of field BOOLEAN_TYPE_TRUE is no longer a compile-time constant |
| 13 | +[WARNING] 6002: com.google.api.client.test.json.AbstractJsonFactoryTest: Value of field BOOLEAN_TYPE_WRONG is no longer a compile-time constant |
| 14 | +[ERROR] 7004: com.google.api.client.test.json.AbstractJsonFactoryTest: In method 'public AbstractJsonFactoryTest(java.lang.String)' the number of arguments has changed |
| 15 | +[ERROR] 4001: com.google.api.client.test.json.AbstractJsonGeneratorTest: Removed junit.framework.Test from the set of implemented interfaces |
| 16 | +[ERROR] 5001: com.google.api.client.test.json.AbstractJsonGeneratorTest: Removed junit.framework.Assert from the list of superclasses |
| 17 | +[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 |
| 19 | +--> |
| 20 | +<differences> |
| 21 | + <difference> |
| 22 | + <!-- migration to JUnit 4 --> |
| 23 | + <differenceType>4001</differenceType> |
| 24 | + <className>com/google/api/client/test/util/store/AbstractDataStoreFactoryTest</className> |
| 25 | + <to>junit/framework/Test</to> |
| 26 | + </difference> |
| 27 | + <difference> |
| 28 | + <!-- migration to JUnit 4 --> |
| 29 | + <differenceType>4001</differenceType> |
| 30 | + <className>com/google/api/client/test/json/AbstractJsonFactoryTest</className> |
| 31 | + <to>junit/framework/Test</to> |
| 32 | + </difference> |
| 33 | + <difference> |
| 34 | + <!-- migration to JUnit 4 --> |
| 35 | + <differenceType>4001</differenceType> |
| 36 | + <className>com/google/api/client/test/json/AbstractJsonGeneratorTest</className> |
| 37 | + <to>junit/framework/Test</to> |
| 38 | + </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> |
| 45 | + <difference> |
| 46 | + <!-- migration to JUnit 4 --> |
| 47 | + <differenceType>5001</differenceType> |
| 48 | + <className>com/google/api/client/test/util/store/AbstractDataStoreFactoryTest</className> |
| 49 | + <to>junit/framework/*</to> |
| 50 | + </difference> |
| 51 | + <difference> |
| 52 | + <!-- migration to JUnit 4 --> |
| 53 | + <differenceType>5001</differenceType> |
| 54 | + <className>com/google/api/client/test/json/AbstractJsonFactoryTest</className> |
| 55 | + <to>junit/framework/*</to> |
| 56 | + </difference> |
| 57 | + <difference> |
| 58 | + <!-- migration to JUnit 4 --> |
| 59 | + <differenceType>5001</differenceType> |
| 60 | + <className>com/google/api/client/test/json/AbstractJsonGeneratorTest</className> |
| 61 | + <to>junit/framework/*</to> |
| 62 | + </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> |
| 69 | + <difference> |
| 70 | + <!-- migration to JUnit 4 --> |
| 71 | + <differenceType>7004</differenceType> |
| 72 | + <className>com/google/api/client/test/json/AbstractJsonFactoryTest</className> |
| 73 | + <method>*</method> |
| 74 | + </difference> |
| 75 | +</differences> |
0 commit comments