From 68a3d11cd78bbb09b159f2e4efe662caaa41d5e8 Mon Sep 17 00:00:00 2001 From: Jeongsoo Lee Date: Tue, 28 May 2024 12:47:27 -0700 Subject: [PATCH] Remove `.expected` files Remove the `.expected` files so that `Unit test` action by QLT will skip on these two cases. --- .../UI5LogInjection.expected | 15 --------------- .../UI5LogInjection.expected | 19 ------------------- 2 files changed, 34 deletions(-) delete mode 100644 javascript/frameworks/ui5/test/queries/UI5LogInjection/log-entry-flows-to-notifications/UI5LogInjection.expected delete mode 100644 javascript/frameworks/ui5/test/queries/UI5LogInjection/log-entry-flows-to-remote/UI5LogInjection.expected diff --git a/javascript/frameworks/ui5/test/queries/UI5LogInjection/log-entry-flows-to-notifications/UI5LogInjection.expected b/javascript/frameworks/ui5/test/queries/UI5LogInjection/log-entry-flows-to-notifications/UI5LogInjection.expected deleted file mode 100644 index 850eebdc6..000000000 --- a/javascript/frameworks/ui5/test/queries/UI5LogInjection/log-entry-flows-to-notifications/UI5LogInjection.expected +++ /dev/null @@ -1,15 +0,0 @@ -nodes -| webapp/controller/app.controller.js:9:17:9:27 | input: null | -| webapp/controller/app.controller.js:15:17:15:52 | input | -| webapp/controller/app.controller.js:15:25:15:52 | oModel. ... input') | -| webapp/controller/app.controller.js:17:34:17:38 | input | -| webapp/view/app.view.xml:6:5:8:28 | value={/input} | -edges -| webapp/controller/app.controller.js:9:17:9:27 | input: null | webapp/controller/app.controller.js:15:25:15:52 | oModel. ... input') | -| webapp/controller/app.controller.js:9:17:9:27 | input: null | webapp/view/app.view.xml:6:5:8:28 | value={/input} | -| webapp/controller/app.controller.js:15:17:15:52 | input | webapp/controller/app.controller.js:17:34:17:38 | input | -| webapp/controller/app.controller.js:15:25:15:52 | oModel. ... input') | webapp/controller/app.controller.js:15:17:15:52 | input | -| webapp/view/app.view.xml:6:5:8:28 | value={/input} | webapp/controller/app.controller.js:9:17:9:27 | input: null | -| webapp/view/app.view.xml:6:5:8:28 | value={/input} | webapp/controller/app.controller.js:12:26:12:45 | new JSONModel(oData) | -#select -| webapp/controller/app.controller.js:17:34:17:38 | input | webapp/view/app.view.xml:6:5:8:28 | value={/input} | webapp/controller/app.controller.js:17:34:17:38 | input | Log entry depends on a $@. | webapp/view/app.view.xml:6:5:8:28 | value={/input} | user-provided value | diff --git a/javascript/frameworks/ui5/test/queries/UI5LogInjection/log-entry-flows-to-remote/UI5LogInjection.expected b/javascript/frameworks/ui5/test/queries/UI5LogInjection/log-entry-flows-to-remote/UI5LogInjection.expected deleted file mode 100644 index c05bd5cc1..000000000 --- a/javascript/frameworks/ui5/test/queries/UI5LogInjection/log-entry-flows-to-remote/UI5LogInjection.expected +++ /dev/null @@ -1,19 +0,0 @@ -nodes -| webapp/controller/app.controller.js:8:11:8:21 | input: null | -| webapp/controller/app.controller.js:14:13:14:48 | input | -| webapp/controller/app.controller.js:14:21:14:48 | oModel. ... input") | -| webapp/controller/app.controller.js:16:30:16:34 | input | -| webapp/view/app.view.xml:5:5:7:28 | value={/input} | -| webapp/view/app.view.xml:8:5:8:37 | content={/output} | -edges -| webapp/controller/app.controller.js:8:11:8:21 | input: null | webapp/controller/app.controller.js:14:21:14:48 | oModel. ... input") | -| webapp/controller/app.controller.js:8:11:8:21 | input: null | webapp/view/app.view.xml:5:5:7:28 | value={/input} | -| webapp/controller/app.controller.js:9:11:9:22 | output: null | webapp/view/app.view.xml:8:5:8:37 | content={/output} | -| webapp/controller/app.controller.js:11:22:11:41 | new JSONModel(oData) | webapp/view/app.view.xml:8:5:8:37 | content={/output} | -| webapp/controller/app.controller.js:14:13:14:48 | input | webapp/controller/app.controller.js:16:30:16:34 | input | -| webapp/controller/app.controller.js:14:21:14:48 | oModel. ... input") | webapp/controller/app.controller.js:14:13:14:48 | input | -| webapp/view/app.view.xml:5:5:7:28 | value={/input} | webapp/controller/app.controller.js:8:11:8:21 | input: null | -| webapp/view/app.view.xml:5:5:7:28 | value={/input} | webapp/controller/app.controller.js:11:22:11:41 | new JSONModel(oData) | -| webapp/view/app.view.xml:8:5:8:37 | content={/output} | webapp/controller/app.controller.js:9:11:9:22 | output: null | -#select -| webapp/controller/app.controller.js:16:30:16:34 | input | webapp/view/app.view.xml:5:5:7:28 | value={/input} | webapp/controller/app.controller.js:16:30:16:34 | input | Log entry depends on a $@. | webapp/view/app.view.xml:5:5:7:28 | value={/input} | user-provided value |