From e626f1dbeeffeacd877352e04eef40713d2b1b00 Mon Sep 17 00:00:00 2001 From: Luc van Vugt Date: Sat, 26 Nov 2022 20:57:32 +0100 Subject: [PATCH] Fixed typos. #114 --- test/ATTDTestScriptor test-project.code-workspace | 10 +++++++++- .../test/TestObject2WithSameFeature.Codeunit.al | 2 +- .../test/TestObjectWithUIHandler.Codeunit.al | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/test/ATTDTestScriptor test-project.code-workspace b/test/ATTDTestScriptor test-project.code-workspace index 90ef1a9..e19410f 100644 --- a/test/ATTDTestScriptor test-project.code-workspace +++ b/test/ATTDTestScriptor test-project.code-workspace @@ -6,5 +6,13 @@ { "path": "test-project - no tags" } - ] + ], + "settings": { + // "atddTestScriptor.maxLengthOfDescription": 10 + // "atddTestScriptor.prefixGiven": "Make", + // "atddTestScriptor.prefixGivenHistory": ["Create"] + // "atddTestScriptor.prefixThen": "Check", + // "atddTestScriptor.prefixThenHistory": ["Verify"] + // "atddTestScriptor.addException": false + } } \ No newline at end of file diff --git a/test/test-project/test/TestObject2WithSameFeature.Codeunit.al b/test/test-project/test/TestObject2WithSameFeature.Codeunit.al index 04c0246..e766453 100644 --- a/test/test-project/test/TestObject2WithSameFeature.Codeunit.al +++ b/test/test-project/test/TestObject2WithSameFeature.Codeunit.al @@ -11,7 +11,7 @@ codeunit 50108 "TestObject2WithSameFeatureFLX" procedure TestFunction21() // [FEATURE] Same Feature begin - // [SCENARIO 0011] Test function 21 + // [SCENARIO 0021] Test function 21 // [Given] Valid Given CreateValidGiven(); // [When] Valid When diff --git a/test/test-project/test/TestObjectWithUIHandler.Codeunit.al b/test/test-project/test/TestObjectWithUIHandler.Codeunit.al index e43998a..db007ba 100644 --- a/test/test-project/test/TestObjectWithUIHandler.Codeunit.al +++ b/test/test-project/test/TestObjectWithUIHandler.Codeunit.al @@ -4,7 +4,7 @@ codeunit 50104 "TestObjectWithUIHandlerFLX" trigger OnRun() begin - // [FEATURE] Test object with UI Hanldler + // [FEATURE] Test object with UI Handler end; [Test]