Skip to content

Commit

Permalink
Test different intentional error
Browse files Browse the repository at this point in the history
  • Loading branch information
aries-ts-indo committed Aug 5, 2022
1 parent 6f2417b commit 08b7bad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion App1-v1 Test/.AL-Go/settings.json
@@ -1,7 +1,7 @@
{
"country": "us",
"appFolders": [
"2d4ecdff-bb3a-4289-828e-55efea4cf8b4"

],
"testFolders": [

Expand Down
3 changes: 3 additions & 0 deletions App1-v1 Test/App 1 v1.Test/HelloWorld.Test.al
Expand Up @@ -19,6 +19,9 @@
[MessageHandler]
procedure HelloWorldMessageHandler(Message: Text[1024])
begin
if (StrLen(Message) > 0) then
Error('Message has string with length %1', StrLen(Message));

MessageDisplayed := MessageDisplayed or (Message = 'App published: Hello world - Aries');
end;

Expand Down

0 comments on commit 08b7bad

Please sign in to comment.