From 587f199814475fe62fadeaa5920cd22c2bfc45ff Mon Sep 17 00:00:00 2001 From: Jesper Schulz-Wedde Date: Mon, 29 Jun 2026 16:21:29 +0200 Subject: [PATCH] Move testing knowledge from community to microsoft layer Relocates the six P1+P2 testing-domain articles (18 files: .md + .good.al + .bad.al each) from community/knowledge/testing/ to microsoft/knowledge/testing/ per maintainer request. Pure git-mv rename; no content or frontmatter changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../testing/asserterror-needs-expectederror-and-code.bad.al | 0 .../testing/asserterror-needs-expectederror-and-code.good.al | 0 .../knowledge/testing/asserterror-needs-expectederror-and-code.md | 0 .../testing/handlerfunctions-attribute-must-match-ui-path.bad.al | 0 .../testing/handlerfunctions-attribute-must-match-ui-path.good.al | 0 .../testing/handlerfunctions-attribute-must-match-ui-path.md | 0 .../knowledge/testing/handlers-enqueue-never-assert.bad.al | 0 .../knowledge/testing/handlers-enqueue-never-assert.good.al | 0 .../knowledge/testing/handlers-enqueue-never-assert.md | 0 .../testing/tablerelation-requires-prerequisite-records.bad.al | 0 .../testing/tablerelation-requires-prerequisite-records.good.al | 0 .../testing/tablerelation-requires-prerequisite-records.md | 0 .../knowledge/testing/ui-calls-require-test-handlers.bad.al | 0 .../knowledge/testing/ui-calls-require-test-handlers.good.al | 0 .../knowledge/testing/ui-calls-require-test-handlers.md | 0 .../testing/use-library-codeunits-for-test-fixtures.bad.al | 0 .../testing/use-library-codeunits-for-test-fixtures.good.al | 0 .../knowledge/testing/use-library-codeunits-for-test-fixtures.md | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename {community => microsoft}/knowledge/testing/asserterror-needs-expectederror-and-code.bad.al (100%) rename {community => microsoft}/knowledge/testing/asserterror-needs-expectederror-and-code.good.al (100%) rename {community => microsoft}/knowledge/testing/asserterror-needs-expectederror-and-code.md (100%) rename {community => microsoft}/knowledge/testing/handlerfunctions-attribute-must-match-ui-path.bad.al (100%) rename {community => microsoft}/knowledge/testing/handlerfunctions-attribute-must-match-ui-path.good.al (100%) rename {community => microsoft}/knowledge/testing/handlerfunctions-attribute-must-match-ui-path.md (100%) rename {community => microsoft}/knowledge/testing/handlers-enqueue-never-assert.bad.al (100%) rename {community => microsoft}/knowledge/testing/handlers-enqueue-never-assert.good.al (100%) rename {community => microsoft}/knowledge/testing/handlers-enqueue-never-assert.md (100%) rename {community => microsoft}/knowledge/testing/tablerelation-requires-prerequisite-records.bad.al (100%) rename {community => microsoft}/knowledge/testing/tablerelation-requires-prerequisite-records.good.al (100%) rename {community => microsoft}/knowledge/testing/tablerelation-requires-prerequisite-records.md (100%) rename {community => microsoft}/knowledge/testing/ui-calls-require-test-handlers.bad.al (100%) rename {community => microsoft}/knowledge/testing/ui-calls-require-test-handlers.good.al (100%) rename {community => microsoft}/knowledge/testing/ui-calls-require-test-handlers.md (100%) rename {community => microsoft}/knowledge/testing/use-library-codeunits-for-test-fixtures.bad.al (100%) rename {community => microsoft}/knowledge/testing/use-library-codeunits-for-test-fixtures.good.al (100%) rename {community => microsoft}/knowledge/testing/use-library-codeunits-for-test-fixtures.md (100%) diff --git a/community/knowledge/testing/asserterror-needs-expectederror-and-code.bad.al b/microsoft/knowledge/testing/asserterror-needs-expectederror-and-code.bad.al similarity index 100% rename from community/knowledge/testing/asserterror-needs-expectederror-and-code.bad.al rename to microsoft/knowledge/testing/asserterror-needs-expectederror-and-code.bad.al diff --git a/community/knowledge/testing/asserterror-needs-expectederror-and-code.good.al b/microsoft/knowledge/testing/asserterror-needs-expectederror-and-code.good.al similarity index 100% rename from community/knowledge/testing/asserterror-needs-expectederror-and-code.good.al rename to microsoft/knowledge/testing/asserterror-needs-expectederror-and-code.good.al diff --git a/community/knowledge/testing/asserterror-needs-expectederror-and-code.md b/microsoft/knowledge/testing/asserterror-needs-expectederror-and-code.md similarity index 100% rename from community/knowledge/testing/asserterror-needs-expectederror-and-code.md rename to microsoft/knowledge/testing/asserterror-needs-expectederror-and-code.md diff --git a/community/knowledge/testing/handlerfunctions-attribute-must-match-ui-path.bad.al b/microsoft/knowledge/testing/handlerfunctions-attribute-must-match-ui-path.bad.al similarity index 100% rename from community/knowledge/testing/handlerfunctions-attribute-must-match-ui-path.bad.al rename to microsoft/knowledge/testing/handlerfunctions-attribute-must-match-ui-path.bad.al diff --git a/community/knowledge/testing/handlerfunctions-attribute-must-match-ui-path.good.al b/microsoft/knowledge/testing/handlerfunctions-attribute-must-match-ui-path.good.al similarity index 100% rename from community/knowledge/testing/handlerfunctions-attribute-must-match-ui-path.good.al rename to microsoft/knowledge/testing/handlerfunctions-attribute-must-match-ui-path.good.al diff --git a/community/knowledge/testing/handlerfunctions-attribute-must-match-ui-path.md b/microsoft/knowledge/testing/handlerfunctions-attribute-must-match-ui-path.md similarity index 100% rename from community/knowledge/testing/handlerfunctions-attribute-must-match-ui-path.md rename to microsoft/knowledge/testing/handlerfunctions-attribute-must-match-ui-path.md diff --git a/community/knowledge/testing/handlers-enqueue-never-assert.bad.al b/microsoft/knowledge/testing/handlers-enqueue-never-assert.bad.al similarity index 100% rename from community/knowledge/testing/handlers-enqueue-never-assert.bad.al rename to microsoft/knowledge/testing/handlers-enqueue-never-assert.bad.al diff --git a/community/knowledge/testing/handlers-enqueue-never-assert.good.al b/microsoft/knowledge/testing/handlers-enqueue-never-assert.good.al similarity index 100% rename from community/knowledge/testing/handlers-enqueue-never-assert.good.al rename to microsoft/knowledge/testing/handlers-enqueue-never-assert.good.al diff --git a/community/knowledge/testing/handlers-enqueue-never-assert.md b/microsoft/knowledge/testing/handlers-enqueue-never-assert.md similarity index 100% rename from community/knowledge/testing/handlers-enqueue-never-assert.md rename to microsoft/knowledge/testing/handlers-enqueue-never-assert.md diff --git a/community/knowledge/testing/tablerelation-requires-prerequisite-records.bad.al b/microsoft/knowledge/testing/tablerelation-requires-prerequisite-records.bad.al similarity index 100% rename from community/knowledge/testing/tablerelation-requires-prerequisite-records.bad.al rename to microsoft/knowledge/testing/tablerelation-requires-prerequisite-records.bad.al diff --git a/community/knowledge/testing/tablerelation-requires-prerequisite-records.good.al b/microsoft/knowledge/testing/tablerelation-requires-prerequisite-records.good.al similarity index 100% rename from community/knowledge/testing/tablerelation-requires-prerequisite-records.good.al rename to microsoft/knowledge/testing/tablerelation-requires-prerequisite-records.good.al diff --git a/community/knowledge/testing/tablerelation-requires-prerequisite-records.md b/microsoft/knowledge/testing/tablerelation-requires-prerequisite-records.md similarity index 100% rename from community/knowledge/testing/tablerelation-requires-prerequisite-records.md rename to microsoft/knowledge/testing/tablerelation-requires-prerequisite-records.md diff --git a/community/knowledge/testing/ui-calls-require-test-handlers.bad.al b/microsoft/knowledge/testing/ui-calls-require-test-handlers.bad.al similarity index 100% rename from community/knowledge/testing/ui-calls-require-test-handlers.bad.al rename to microsoft/knowledge/testing/ui-calls-require-test-handlers.bad.al diff --git a/community/knowledge/testing/ui-calls-require-test-handlers.good.al b/microsoft/knowledge/testing/ui-calls-require-test-handlers.good.al similarity index 100% rename from community/knowledge/testing/ui-calls-require-test-handlers.good.al rename to microsoft/knowledge/testing/ui-calls-require-test-handlers.good.al diff --git a/community/knowledge/testing/ui-calls-require-test-handlers.md b/microsoft/knowledge/testing/ui-calls-require-test-handlers.md similarity index 100% rename from community/knowledge/testing/ui-calls-require-test-handlers.md rename to microsoft/knowledge/testing/ui-calls-require-test-handlers.md diff --git a/community/knowledge/testing/use-library-codeunits-for-test-fixtures.bad.al b/microsoft/knowledge/testing/use-library-codeunits-for-test-fixtures.bad.al similarity index 100% rename from community/knowledge/testing/use-library-codeunits-for-test-fixtures.bad.al rename to microsoft/knowledge/testing/use-library-codeunits-for-test-fixtures.bad.al diff --git a/community/knowledge/testing/use-library-codeunits-for-test-fixtures.good.al b/microsoft/knowledge/testing/use-library-codeunits-for-test-fixtures.good.al similarity index 100% rename from community/knowledge/testing/use-library-codeunits-for-test-fixtures.good.al rename to microsoft/knowledge/testing/use-library-codeunits-for-test-fixtures.good.al diff --git a/community/knowledge/testing/use-library-codeunits-for-test-fixtures.md b/microsoft/knowledge/testing/use-library-codeunits-for-test-fixtures.md similarity index 100% rename from community/knowledge/testing/use-library-codeunits-for-test-fixtures.md rename to microsoft/knowledge/testing/use-library-codeunits-for-test-fixtures.md