diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-27 18:28:32 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-27 18:28:32 +0000 |
| commit | c340fd6aace39485819598112b242e730edc6140 (patch) | |
| tree | c05baae220d58f9274bd1f80c683c09f0bc96028 /dev-java/json/files/json-20231013-JSONObjectTest.patch | |
| parent | 9f883240ef70376537bab8e41937ce4372b12894 (diff) | |
| download | baldeagleos-repo-c340fd6aace39485819598112b242e730edc6140.tar.gz baldeagleos-repo-c340fd6aace39485819598112b242e730edc6140.tar.xz baldeagleos-repo-c340fd6aace39485819598112b242e730edc6140.zip | |
Adding metadata
Diffstat (limited to 'dev-java/json/files/json-20231013-JSONObjectTest.patch')
| -rw-r--r-- | dev-java/json/files/json-20231013-JSONObjectTest.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-java/json/files/json-20231013-JSONObjectTest.patch b/dev-java/json/files/json-20231013-JSONObjectTest.patch deleted file mode 100644 index e077f19bd5a1..000000000000 --- a/dev-java/json/files/json-20231013-JSONObjectTest.patch +++ /dev/null @@ -1,31 +0,0 @@ -There was 1 failure: -1) jsonObjectByBean1(org.json.junit.JSONObjectTest) -com.jayway.jsonpath.PathNotFoundException: No results for path: $['mockitoInterceptor'] - at com.jayway.jsonpath.internal.path.EvaluationContextImpl.getValue(EvaluationContextImpl.java:131) - at com.jayway.jsonpath.JsonPath.read(JsonPath.java:187) - at com.jayway.jsonpath.internal.JsonContext.read(JsonContext.java:164) - at com.jayway.jsonpath.internal.JsonContext.read(JsonContext.java:151) - at com.jayway.jsonpath.JsonPath.read(JsonPath.java:488) - at org.json.junit.JSONObjectTest.jsonObjectByBean1(JSONObjectTest.java:634) - -FAILURES!!! -Tests run: 668, Failures: 1 ---- a/src/test/java/org/json/junit/JSONObjectTest.java -+++ b/src/test/java/org/json/junit/JSONObjectTest.java -@@ -56,6 +56,7 @@ import org.json.junit.data.Singleton; - import org.json.junit.data.SingletonEnum; - import org.json.junit.data.WeirdList; - import org.junit.Test; -+import org.junit.Ignore; - - import com.jayway.jsonpath.Configuration; - import com.jayway.jsonpath.JsonPath; -@@ -601,7 +602,7 @@ public class JSONObjectTest { - * bean getters return valid JSON types - */ - @SuppressWarnings("boxing") -- @Test -+ @Test @Ignore - public void jsonObjectByBean1() { - /** - * Default access classes have to be mocked since JSONObject, which is |
