Skip to content

Commit 88123ed

Browse files
committed
Uncategorized Quality Management failing tests
1 parent 3417aa9 commit 88123ed

8 files changed

Lines changed: 8 additions & 8 deletions

src/Apps/W1/Quality Management/test/src/QltyTestReceivingIntegr.Codeunit.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ codeunit 139958 "Qlty. Test Receiving Integr."
2929
{
3030
Subtype = Test;
3131
TestPermissions = Disabled;
32-
TestType = IntegrationTest;
32+
TestType = Uncategorized;
3333

3434
var
3535
LibraryAssert: Codeunit "Library Assert";

src/Apps/W1/Quality Management/test/src/QltyTestWorkflows.Codeunit.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ codeunit 139969 "Qlty. Test Workflows"
4040
{
4141
Subtype = Test;
4242
TestPermissions = Disabled;
43-
TestType = IntegrationTest;
43+
TestType = Uncategorized;
4444

4545
var
4646
LibraryWarehouse: Codeunit "Library - Warehouse";

src/Apps/W1/Quality Management/test/src/QltyTestsCreateTest.Codeunit.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ codeunit 139959 "Qlty. Tests - Create Test"
2525
{
2626
Subtype = Test;
2727
TestPermissions = Disabled;
28-
TestType = IntegrationTest;
28+
TestType = Uncategorized;
2929

3030
var
3131
LibraryAssert: Codeunit "Library Assert";

src/Apps/W1/Quality Management/test/src/QltyTestsDispositions.Codeunit.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ codeunit 139960 "Qlty. Tests - Dispositions"
4545
{
4646
Subtype = Test;
4747
TestPermissions = Disabled;
48-
TestType = IntegrationTest;
48+
TestType = Uncategorized;
4949

5050
var
5151
LibraryAssert: Codeunit "Library Assert";

src/Apps/W1/Quality Management/test/src/QltyTestsItemTracking.Codeunit.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ codeunit 139971 "Qlty. Tests - Item Tracking"
3636
{
3737
Subtype = Test;
3838
TestPermissions = Disabled;
39-
TestType = IntegrationTest;
39+
TestType = Uncategorized;
4040

4141
var
4242
LibraryAssert: Codeunit "Library Assert";

src/Apps/W1/Quality Management/test/src/QltyTestsMisc.Codeunit.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ codeunit 139964 "Qlty. Tests - Misc"
4545
{
4646
Subtype = Test;
4747
TestPermissions = Disabled;
48-
TestType = IntegrationTest;
48+
TestType = Uncategorized;
4949
EventSubscriberInstance = Manual;
5050

5151
var

src/Apps/W1/Quality Management/test/src/QltyTestsMoreTests.Codeunit.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ codeunit 139965 "Qlty. Tests - More Tests"
3939
{
4040
Subtype = Test;
4141
TestPermissions = Disabled;
42-
TestType = IntegrationTest;
42+
TestType = Uncategorized;
4343

4444
var
4545
LibraryAssert: Codeunit "Library Assert";

src/Apps/W1/Quality Management/test/src/QltyTestsProdIntegr.Codeunit.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ codeunit 139966 "Qlty. Tests - Prod. Integr."
2626
{
2727
Subtype = Test;
2828
TestPermissions = Disabled;
29-
TestType = IntegrationTest;
29+
TestType = Uncategorized;
3030

3131
var
3232
ReUsedProdOrderLine: Record "Prod. Order Line";

0 commit comments

Comments
 (0)