HodorNV / ALOps

ALOps
59 stars 24 forks source link

Tests from _Exclude_APIV1_ Tests do not get loaded in Test Tool and run #424

Open lvanvugt opened 3 years ago

lvanvugt commented 3 years ago

Issue I want to run tests for the standard app _ExcludeAPIV1. Have build a pipeline to deploy the test app _ExcludeAPIV1 Tests, which does get deployed but these test tool do not get run. I made a backup after the pipeline was run and clearly the test tool was empty. I can, however, add them as they do reside in the database.

Doing the same with, for example, Tests-Bank it works fine, so, the issue here seems related to the fact that _ExcludeAPIV1 is a "hidden" extension.

Tests-Bank yaml https://github.com/fluxxus-nl/TestFixtureInitializer/blob/master/TestFixtureInitializer/Azure%20Pipelines/azure-pipelines-BANK%20-%20onprem.yml

_ExcludeAPIV1 Tests yaml https://github.com/fluxxus-nl/TestFixtureInitializer/blob/master/TestFixtureInitializer/Azure%20Pipelines/azure-pipelines-APIV1%20-%20onprem.yml

Expected behavior All tests in _ExcludeAPIV1 Tests are executed.

waldo1001 commented 3 years ago

First glance ..

I compared both, and see that in the one that doesn't work, this is also extra: image

Could that possibly have had any influence? 🤔

lvanvugt commented 3 years ago

LOL, I expected you to ask. To your question: I don't think so. This was added to the template (https://github.com/fluxxus-nl/TestFixtureInitializer/blob/master/TestFixtureInitializer/Azure%20Pipelines/Templates/initialize-container.yml) to get all standard apps, including _ExcludeAPIV1, installed (or not).

waldo1001 commented 3 years ago

:-). I'm going to have to repro this - it might very well be that PowerShell does shady stuff with the "_". We noticed today other things, also with underscores.. .

waldo1001 commented 3 years ago

Hi Luc, can you send a pipeline output (both from the good pipeline and the bad pipeline)?

lvanvugt commented 3 years ago

Pipeline output.

Note: had to leave out various line as got the error your comment is too long (maximum is 65536 characters). Lines left out are replaced by ... (three dots).

Wrong: _ExcludeAPIV1 Tests yaml

https://dev.azure.com/fluxxus-nl/TestFixtureInitializer/_build?definitionId=57

2021-09-16T10:24:16.9587971Z ##[section]Starting: ALOPS - Run TestSuite
2021-09-16T10:24:16.9703953Z ==============================================================================
2021-09-16T10:24:16.9704284Z Task         : ALOps App Test
2021-09-16T10:24:16.9704532Z Description  : Run AL-TestSuite for Business Central
2021-09-16T10:24:16.9704772Z Version      : 1.445.2623
2021-09-16T10:24:16.9704981Z Author       : Hodor
2021-09-16T10:24:16.9705251Z Help         : Run Business Central Test-Suite and collect results.
2021-09-16T10:24:16.9705573Z ==============================================================================
2021-09-16T10:24:19.1729556Z *** Validate configuration
2021-09-16T10:24:19.4876379Z *** Task Inputs:
2021-09-16T10:24:19.4943591Z 
2021-09-16T10:24:19.5056954Z name                           value
2021-09-16T10:24:19.5057782Z ----                           -----
2021-09-16T10:24:19.5058588Z usedocker                       True
2021-09-16T10:24:19.5060073Z fixed_tag                           
2021-09-16T10:24:19.5060918Z nav_serverinstance             BC140
2021-09-16T10:24:19.5061856Z tenant                       default
2021-09-16T10:24:19.5062710Z companyname                         
2021-09-16T10:24:19.5063820Z profile                             
2021-09-16T10:24:19.5064427Z bc_username                         
2021-09-16T10:24:19.5065356Z bc_password                         
2021-09-16T10:24:19.5066157Z bc_authentication    NavUserPassword
2021-09-16T10:24:19.5067069Z bc_webclient_url                    
2021-09-16T10:24:19.5067805Z testfilter                          
2021-09-16T10:24:19.5068305Z disabledtests                       
2021-09-16T10:24:19.5069102Z show_available_tests            True
2021-09-16T10:24:19.5069599Z import_testtoolkit             False
2021-09-16T10:24:19.5070421Z import_action                   Skip
2021-09-16T10:24:19.5071339Z testpage                      130455
2021-09-16T10:24:19.5071993Z testsuite                    DEFAULT
2021-09-16T10:24:19.5072833Z extensionid                         
2021-09-16T10:24:19.5073570Z installaltesttool              False
2021-09-16T10:24:19.5074364Z failed_test_action            Ignore
2021-09-16T10:24:19.5075283Z override_finsql_path                
2021-09-16T10:24:19.5076395Z resultfilename       TestResults.xml
2021-09-16T10:24:19.5076634Z 
2021-09-16T10:24:19.5095579Z 
2021-09-16T10:24:19.5104596Z 
2021-09-16T10:24:19.5275619Z 
2021-09-16T10:24:19.5279867Z *** No ALOps License found. Set License with the [alops-licenseid] or [alops_licenseid] variables.
2021-09-16T10:24:19.5284008Z *** To acquire a license, please visit: https://www.alops.be/getlicense
2021-09-16T10:24:19.5288098Z *** For pricing options, please visit : https://www.alops.be/pricing
2021-09-16T10:24:19.5291940Z *** For documentation, please visit   : https://www.alops.be/documentation
2021-09-16T10:24:19.5293979Z 
2021-09-16T10:24:19.8594625Z *** ALOps License:
2021-09-16T10:24:19.8608141Z   * Trial Key  : 9e49a0a1-45c6-4038-b670-7f21fd35e892
2021-09-16T10:24:19.8621289Z   * Licensed To: Public Project (Free License)
2021-09-16T10:24:19.8623566Z 
2021-09-16T10:24:19.8705133Z *** Importing required PS-Functions
2021-09-16T10:24:20.0911668Z *** Working folder: C:\vsts-agent-win-x64-2.177.1\_work\45\s
2021-09-16T10:24:20.0915075Z ***
2021-09-16T10:24:20.0919295Z *** Prepare Docker Session
2021-09-16T10:24:20.2292025Z *** Connect Docker Session
2021-09-16T10:24:20.2362029Z *** Initiate Docker Session
2021-09-16T10:24:20.4706110Z *** Set Docker Container ErrorActionPreference = Stop
2021-09-16T10:24:20.7591110Z *** Copy Modules to Docker
2021-09-16T10:24:22.7494607Z *** Setup Docker Session
2021-09-16T10:24:22.7738780Z *** Checking for container-specific Test Assemblies
2021-09-16T10:24:22.7746431Z *** Using container-specific Test Assemblies
2021-09-16T10:24:22.8023979Z *** Import Modules in Docker Session
2021-09-16T10:24:22.8216999Z *** Import UI Client [C:\Run\DevOps\BCAppTest\bin\Microsoft.Dynamics.Framework.UI.Client.dll]
2021-09-16T10:24:22.8231646Z VERBOSE: Loading module from path 'C:\Run\DevOps\BCAppTest\bin\Microsoft.Dynamics.Framework.UI.Client.dll'.
2021-09-16T10:24:23.0930678Z *** Import NewtonSoft JSON [C:\Program Files\Microsoft Dynamics NAV\180\Service\Newtonsoft.Json.dll]
2021-09-16T10:24:23.1051697Z *** Import Modules in Docker Session: class_ClientContext
2021-09-16T10:24:25.5335507Z *** Test Context Url: https://286af7bc7fe0/BC/cs?tenant=default
2021-09-16T10:24:25.5339380Z *** Setup BC Credentials in Docker
2021-09-16T10:24:25.6761705Z *** Resolve Docker Credentials
2021-09-16T10:24:25.6816284Z *** Set TCP Keep-Alive
2021-09-16T10:24:25.6942411Z *** Start TestSuite
2021-09-16T10:24:25.7549626Z *** Running TestSuite with authentication [NavUserPassword] with User [admin]
2021-09-16T10:24:25.7560946Z *** Run warm-up with page [130455]
2021-09-16T10:24:25.7572003Z *** Warm-up Client Context
2021-09-16T10:24:37.5483746Z *** Create Client Context
2021-09-16T10:24:38.4420233Z *** Get Available Tests for suite [DEFAULT] with page [130455]
2021-09-16T10:24:39.1169017Z Show form {0001fd97-0000-0001-0c00-0000836bd2d2}
2021-09-16T10:24:39.1942254Z Title: Command Line Test Tool Edit - Command Line Test Tool - DEFAULT
2021-09-16T10:24:39.3027752Z *** Set [CurrentSuiteName] => [DEFAULT]
2021-09-16T10:24:40.8967933Z *** Run Available Tests for suite [DEFAULT] with page [130455]
2021-09-16T10:24:40.9696224Z *** Connect TestClient with page [130455]
2021-09-16T10:24:41.0781836Z Show form {0001fd97-0000-0001-0c00-0000836bd2d2}
2021-09-16T10:24:41.0837388Z Title: Command Line Test Tool Edit - Command Line Test Tool - DEFAULT
2021-09-16T10:24:42.2837282Z True
2021-09-16T10:24:42.2847608Z *** XUnit Test results: c:\Run\DevOps\TestResults.xml
2021-09-16T10:24:42.2894176Z <?xml version="1.0" encoding="UTF-8"?>
2021-09-16T10:24:42.2894525Z <assemblies />
2021-09-16T10:24:42.2894636Z 
2021-09-16T10:24:42.2940337Z *** Get XUnit Test file from [c:\Run\DevOps\TestResults.xml] to [C:\vsts-agent-win-x64-2.177.1\_work\45\s\TestResults.xml]
2021-09-16T10:24:42.4561840Z 
2021-09-16T10:24:42.4567151Z *** Disconnect Docker session.
2021-09-16T10:24:42.4586866Z *** Docker session removed.
2021-09-16T10:24:42.4673682Z *** Running Tests Completed.
2021-09-16T10:24:42.4742273Z *** Cleanup VSTS Environment: True
2021-09-16T10:24:44.7498839Z ##[section]Finishing: ALOPS - Run TestSuite

Right: Tests-Bank yaml

https://dev.azure.com/fluxxus-nl/TestFixtureInitializer/_build?definitionId=17

2021-09-16T10:36:29.9260972Z ##[section]Starting: ALOPS - Run TestSuite
2021-09-16T10:36:29.9402884Z ==============================================================================
2021-09-16T10:36:29.9403219Z Task         : ALOps App Test
2021-09-16T10:36:29.9403491Z Description  : Run AL-TestSuite for Business Central
2021-09-16T10:36:29.9403759Z Version      : 1.445.2623
2021-09-16T10:36:29.9403972Z Author       : Hodor
2021-09-16T10:36:29.9404256Z Help         : Run Business Central Test-Suite and collect results.
2021-09-16T10:36:29.9404611Z ==============================================================================
2021-09-16T10:36:32.0875250Z *** Validate configuration
2021-09-16T10:36:32.4013391Z *** Task Inputs:
2021-09-16T10:36:32.4076902Z 
2021-09-16T10:36:32.4168641Z name                                                                                                              value
2021-09-16T10:36:32.4169625Z ----                                                                                                              -----
2021-09-16T10:36:32.4170610Z usedocker                                                                                                          True
2021-09-16T10:36:32.4172635Z fixed_tag                                                                                                              
2021-09-16T10:36:32.4173548Z nav_serverinstance                                                                                                BC140
2021-09-16T10:36:32.4175413Z tenant                                                                                                          default
2021-09-16T10:36:32.4176407Z companyname                                                                                                            
2021-09-16T10:36:32.4177784Z profile                                                                                                                
2021-09-16T10:36:32.4179009Z bc_username                                                                                                            
2021-09-16T10:36:32.4180184Z bc_password                                                                                                            
2021-09-16T10:36:32.4181007Z bc_authentication                                                                                       NavUserPassword
2021-09-16T10:36:32.4182425Z bc_webclient_url                                                                                                       
2021-09-16T10:36:32.4183406Z testfilter                                                                                                             
2021-09-16T10:36:32.4198559Z disabledtests        ...nt-win-x64-2.177.1\_work\46\s/TestFixtureInitializer/Test/DisabledTests/DisabledTests-BANK.json
2021-09-16T10:36:32.4199488Z show_available_tests                                                                                               True
2021-09-16T10:36:32.4200328Z import_testtoolkit                                                                                                False
2021-09-16T10:36:32.4201137Z import_action                                                                                                      Skip
2021-09-16T10:36:32.4201945Z testpage                                                                                                         130455
2021-09-16T10:36:32.4202745Z testsuite                                                                                                       DEFAULT
2021-09-16T10:36:32.4203566Z extensionid                                                                                                            
2021-09-16T10:36:32.4204369Z installaltesttool                                                                                                 False
2021-09-16T10:36:32.4205183Z failed_test_action                                                                                               Ignore
2021-09-16T10:36:32.4205984Z override_finsql_path                                                                                                   
2021-09-16T10:36:32.4208207Z resultfilename                                                                                          TestResults.xml
2021-09-16T10:36:32.4208596Z 
2021-09-16T10:36:32.4225677Z 
2021-09-16T10:36:32.4232782Z 
2021-09-16T10:36:32.4390405Z 
2021-09-16T10:36:32.4394773Z *** No ALOps License found. Set License with the [alops-licenseid] or [alops_licenseid] variables.
2021-09-16T10:36:32.4398901Z *** To acquire a license, please visit: https://www.alops.be/getlicense
2021-09-16T10:36:32.4403393Z *** For pricing options, please visit : https://www.alops.be/pricing
2021-09-16T10:36:32.4407409Z *** For documentation, please visit   : https://www.alops.be/documentation
2021-09-16T10:36:32.4409270Z 
2021-09-16T10:36:32.6117614Z *** ALOps License:
2021-09-16T10:36:32.6130875Z   * Trial Key  : 9e49a0a1-45c6-4038-b670-7f21fd35e892
2021-09-16T10:36:32.6144366Z   * Licensed To: Public Project (Free License)
2021-09-16T10:36:32.6146480Z 
2021-09-16T10:36:32.6226633Z *** Importing required PS-Functions
2021-09-16T10:36:32.8414257Z *** Working folder: C:\vsts-agent-win-x64-2.177.1\_work\46\s
2021-09-16T10:36:32.8418418Z ***
2021-09-16T10:36:32.8546134Z *** Load DisabledTests: C:\vsts-agent-win-x64-2.177.1\_work\46\s\TestFixtureInitializer\Test\DisabledTests\DisabledTests-BANK.json
2021-09-16T10:36:32.8578443Z 
2021-09-16T10:36:32.8579008Z codeunitId codeunitName                   method                                                         
2021-09-16T10:36:32.8579692Z ---------- ------------                   ------                                                         
2021-09-16T10:36:32.8580444Z     134141 ERM Bank Reconciliation        PostPmtReconciliationJournalWhenPostingDateOf2ndLineIsBefore1st
2021-09-16T10:36:32.8581152Z     134252 Match Bank Reconciliation - UT OneBankEntryMoreRecLinesDateRange                              
2021-09-16T10:36:32.8582052Z     134261 Bank Pmt. Appl. Algorithm      TestVendSingleAmountMatchWithAmountPercentageTolerance         
2021-09-16T10:36:32.8582411Z 
2021-09-16T10:36:32.8582508Z 
2021-09-16T10:36:32.8582597Z 
2021-09-16T10:36:32.8583071Z *** Prepare Docker Session
2021-09-16T10:36:32.9943501Z *** Connect Docker Session
2021-09-16T10:36:33.0005775Z *** Initiate Docker Session
2021-09-16T10:36:33.2109925Z *** Set Docker Container ErrorActionPreference = Stop
2021-09-16T10:36:33.4697427Z *** Copy Modules to Docker
2021-09-16T10:36:35.3578409Z *** Setup Docker Session
2021-09-16T10:36:35.3828454Z *** Checking for container-specific Test Assemblies
2021-09-16T10:36:35.3835463Z *** Using container-specific Test Assemblies
2021-09-16T10:36:35.4001581Z *** Import Modules in Docker Session
2021-09-16T10:36:35.4191362Z *** Import UI Client [C:\Run\DevOps\BCAppTest\bin\Microsoft.Dynamics.Framework.UI.Client.dll]
2021-09-16T10:36:35.4205599Z VERBOSE: Loading module from path 'C:\Run\DevOps\BCAppTest\bin\Microsoft.Dynamics.Framework.UI.Client.dll'.
2021-09-16T10:36:35.6882184Z *** Import NewtonSoft JSON [C:\Program Files\Microsoft Dynamics NAV\180\Service\Newtonsoft.Json.dll]
2021-09-16T10:36:35.7000936Z *** Import Modules in Docker Session: class_ClientContext
2021-09-16T10:36:38.1405296Z *** Test Context Url: https://353d6ee58a48/BC/cs?tenant=default
2021-09-16T10:36:38.1409555Z *** Setup BC Credentials in Docker
2021-09-16T10:36:38.2851532Z *** Resolve Docker Credentials
2021-09-16T10:36:38.2906918Z *** Set TCP Keep-Alive
2021-09-16T10:36:38.3030166Z *** Start TestSuite
2021-09-16T10:36:38.3655240Z *** Running TestSuite with authentication [NavUserPassword] with User [admin]
2021-09-16T10:36:38.3666498Z *** Run warm-up with page [130455]
2021-09-16T10:36:38.3677832Z *** Warm-up Client Context
2021-09-16T10:36:49.9434322Z *** Create Client Context
2021-09-16T10:36:50.8227637Z *** Get Available Tests for suite [DEFAULT] with page [130455]
2021-09-16T10:36:51.4975204Z Show form {0001fd97-0000-0001-0c00-0000836bd2d2}
2021-09-16T10:36:51.5846430Z Title: Command Line Test Tool Edit - Command Line Test Tool - DEFAULT
2021-09-16T10:36:51.6833091Z *** Set [CurrentSuiteName] => [DEFAULT]
2021-09-16T10:37:03.2283367Z [
2021-09-16T10:37:03.2283798Z     {
2021-09-16T10:37:03.2284139Z         "Tests":  [
2021-09-16T10:37:03.2284645Z                       "GetBankAccountNoReturnsIBANWhenIsNotEmpty_BankAccount",
2021-09-16T10:37:03.2285267Z                       "GetBankAccountNoReturnsBankaccountNoWhenIBANIsEmpty_BankAccount",
2021-09-16T10:37:03.2285938Z                       "GetBankAccountNoThrowsErrorIfBothIBANAndBankAcoountNoAreEmpty_BankAccount",
2021-09-16T10:37:03.2286570Z                       "GetBankAccountNoReturnsIBANWhenIsNotEmpty_CustomerBankAccount",
2021-09-16T10:37:03.2287174Z                       "GetBankAccountNoReturnsBankaccountNoWhenIBANIsEmpty_CustomerBankAccount",
2021-09-16T10:37:03.2287841Z                       "GetBankAccountNoThrowsErrorIfBothIBANAndBankAcoountNoAreEmpty_CustomerBankAccount",
2021-09-16T10:37:03.2288549Z                       "GetBankAccountNoReturnsIBANWhenIsNotEmpty_VendorBankAccount",
2021-09-16T10:37:03.2289207Z                       "GetBankAccountNoReturnsBankaccountNoWhenIBANIsEmpty_VendorBankAccount",
2021-09-16T10:37:03.2289884Z                       "GetBankAccountNoThrowsErrorIfBothIBANAndBankAcoountNoAreEmpty_VendorBankAccount",
2021-09-16T10:37:03.2290537Z                       "LastPaymentStatementNoMustContainANumber",
2021-09-16T10:37:03.2291232Z                       "LastPaymentStatementNoWithANumberIsValid",
2021-09-16T10:37:03.2291881Z                       "CustFieldPreferredBankAccountBlankWhenDeletingCustBankAccount",
2021-09-16T10:37:03.2292690Z                       "CheckValuePreferredBankAccountAfterDeletingCustBankAccount",
2021-09-16T10:37:03.2293527Z                       "VendFieldPreferredBankAccountBlankWhenDeletingVendBankAccount",
2021-09-16T10:37:03.2294383Z                       "CheckValuePreferredBankAccountAfterDeletingVendBankAccount",
2021-09-16T10:37:03.2295180Z                       "CheckBankAccountLinkingActionNotVisible"
2021-09-16T10:37:03.2295622Z                   ],
2021-09-16T10:37:03.2296046Z         "Name":  "Test Bank Account Tables",
2021-09-16T10:37:03.2296479Z         "Id":  "132561"
2021-09-16T10:37:03.2296827Z     },
...
2021-09-16T10:37:03.2568300Z     {
2021-09-16T10:37:03.2568639Z         "Tests":  [
2021-09-16T10:37:03.2569091Z                       "AutomaticApplyToEntry",
2021-09-16T10:37:03.2569578Z                       "RejectApplication",
2021-09-16T10:37:03.2570103Z                       "RejectApplicationFromPaymentJournal",
2021-09-16T10:37:03.2570638Z                       "UnapplyApplication",
2021-09-16T10:37:03.2571159Z                       "UnapplyByApplyingZeroAmount",
2021-09-16T10:37:03.2571689Z                       "ReapplyUnappliedApplication",
2021-09-16T10:37:03.2572195Z                       "AcceptApplication",
2021-09-16T10:37:03.2572707Z                       "AcceptApplicationFromPaymentJournal",
2021-09-16T10:37:03.2573237Z                       "ChangeAmountToApply",
2021-09-16T10:37:03.2573742Z                       "ApplyToMultipleEntries",
2021-09-16T10:37:03.2574254Z                       "ApplyToDifferentEntry",
2021-09-16T10:37:03.2574782Z                       "UnableToApplyAmountWithDifferentSign",
2021-09-16T10:37:03.2575356Z                       "UnableToApplyMoreThanRemainingAmount",
2021-09-16T10:37:03.2575921Z                       "TotalsOnPaymentReconciliationJournal",
2021-09-16T10:37:03.2576504Z                       "AccountNameOnPaymentReconciliationJournal"
2021-09-16T10:37:03.2576985Z                   ],
2021-09-16T10:37:03.2577442Z         "Name":  "Applied Payment Entries Test",
2021-09-16T10:37:03.2577897Z         "Id":  "134264"
2021-09-16T10:37:03.2578238Z     },
...
2021-09-16T10:37:03.2636080Z     {
2021-09-16T10:37:03.2636471Z         "Tests":  [
2021-09-16T10:37:03.2636940Z                       "CustomerPaidDiscountedAmountOnTime",
2021-09-16T10:37:03.2637560Z                       "CustomerPaidDiscountedAmountAfterDiscountDate",
2021-09-16T10:37:03.2638228Z                       "CustomerPaidFullAmountInsteadOfDiscountedAmount",
2021-09-16T10:37:03.2638824Z                       "CustomerPaidFullAmountAfterDiscountDate",
2021-09-16T10:37:03.2639484Z                       "CustomerApplicableDiscountMatchOnToleranceTypeAmount",
2021-09-16T10:37:03.2640170Z                       "CustomerApplicableDiscountMatchOnToleranceTypePercentage",
2021-09-16T10:37:03.2640910Z                       "CustomerMatchOnToleranceTypeAmountOnRemainingAmountWhenDiscountIsNotApplicable",
2021-09-16T10:37:03.2641735Z                       "CustomerMatchOnToleranceTypePercentageOnRemainingAmountWhenDiscountIsNotApplicable",
2021-09-16T10:37:03.2642611Z                       "CustomerLumpPaymentWithDiscountInvoicesPaidOnTime",
2021-09-16T10:37:03.2643369Z                       "CustomerLumpPaymentWithInvoicesWithAndWithoutDiscountPaidOnTIme",
2021-09-16T10:37:03.2644110Z                       "CustomerLumpPaymentWithInvoicesPaidDiscountedAmountAfterDate",
2021-09-16T10:37:03.2644817Z                       "CustomerLumpPaymentWithInvoicesPaidFullAmountAfterDate",
2021-09-16T10:37:03.2645519Z                       "CustomerLumpPaymentWithInvoicesMixOfInvoicesWithApplicableDiscountAndWithout",
2021-09-16T10:37:03.2646276Z                       "CustomerMixOfInvoicesWithAndWithoutDiscountsPaidCorrectly",
2021-09-16T10:37:03.2646993Z                       "CustomerMixOfInvoicesWithAndWithoutDiscountsPaidIncorrectly",
2021-09-16T10:37:03.2647655Z                       "VendorPaidDiscountedAmountOnTime",
2021-09-16T10:37:03.2648213Z                       "VendorPaidDiscountedAmountAfterDiscountDate",
2021-09-16T10:37:03.2648864Z                       "VendorPaidFullAmountInsteadOfDiscountedAmount",
2021-09-16T10:37:03.2649510Z                       "VendorPaidFullAmountAfterDiscountDate",
2021-09-16T10:37:03.2650208Z                       "VendorApplicableDiscountMatchOnToleranceTypeAmount",
2021-09-16T10:37:03.2650856Z                       "VendorApplicableDiscountMatchOnToleranceTypePercentage",
2021-09-16T10:37:03.2651604Z                       "VendorMatchOnToleranceTypeAmountOnRemainingAmountWhenDiscountIsNotApplicable",
2021-09-16T10:37:03.2652395Z                       "VendorMatchOnToleranceTypePercentageOnRemainingAmountWhenDiscountIsNotApplicable",
2021-09-16T10:37:03.2653091Z                       "VendorLumpPaymentWithDiscountInvoicesPaidOnTime",
2021-09-16T10:37:03.2653776Z                       "VendorLumpPaymentWithInvoicesWithAndWithoutDiscountPaidOnTIme",
2021-09-16T10:37:03.2654437Z                       "VendorLumpPaymentWithInvoicesPaidDiscountedAmountAfterDate",
2021-09-16T10:37:03.2655096Z                       "VendorLumpPaymentWithInvoicesPaidFullAmountAfterDate",
2021-09-16T10:37:03.2655811Z                       "VendorLumpPaymentWithInvoicesMixOfInvoicesWithApplicableDiscountAndWithout",
2021-09-16T10:37:03.2656546Z                       "VendorMixOfInvoicesWithAndWithoutDiscountsPaidCorrectly",
2021-09-16T10:37:03.2657363Z                       "VendorMixOfInvoicesWithAndWithoutDiscountsPaidIncorrectly"
2021-09-16T10:37:03.2657986Z                   ],
2021-09-16T10:37:03.2658484Z         "Name":  "Matching on Payment Discounts",
2021-09-16T10:37:03.2659001Z         "Id":  "134269"
2021-09-16T10:37:03.2659364Z     },
...
2021-09-16T10:37:03.2784976Z ]
2021-09-16T10:37:03.2785457Z *** Run Available Tests for suite [DEFAULT] with page [130455]
2021-09-16T10:37:03.2975724Z *** Connect TestClient with page [130455]
2021-09-16T10:37:03.4018764Z Show form {0001fd97-0000-0001-0c00-0000836bd2d2}
2021-09-16T10:37:03.4124392Z Title: Command Line Test Tool Edit - Command Line Test Tool - DEFAULT
2021-09-16T10:37:12.8561194Z   Codeunit 132561 Test Bank Account Tables Success (7.809 seconds)
2021-09-16T10:37:21.7505489Z   Codeunit 134141 ERM Bank Reconciliation Failure (8.605 seconds)
2021-09-16T10:37:21.7565664Z     Testfunction TransferToGenJnlLineWithBalAcc Failure (1.286 seconds)
2021-09-16T10:37:21.7680687Z     Testfunction TransferToGenJnlLineWithoutBalAcc Failure (0.016 seconds)
2021-09-16T10:37:21.7725254Z     Testfunction DateCompressCheckLedgerEntries Failure (0.017 seconds)
2021-09-16T10:37:21.7770393Z     Testfunction CheckBankAccReconsiliation Failure (0 seconds)
2021-09-16T10:37:21.7812883Z     Testfunction ReversalBankAccReconciliation Failure (0 seconds)
2021-09-16T10:37:21.7858037Z     Testfunction SuggestBankReconcIncludeCheckTrue Failure (0 seconds)
2021-09-16T10:37:21.7939836Z     Testfunction SuggestBankReconcIncludeCheckFalse Failure (0 seconds)
2021-09-16T10:37:21.7985506Z     Testfunction DeleteBankStatementConfirmed Failure (0.01 seconds)
2021-09-16T10:37:21.8030893Z     Testfunction DeleteBankStatementNotConfirmed Failure (0.016 seconds)
2021-09-16T10:37:21.8076032Z     Testfunction VerifyTotalOutstandingChecks Failure (0 seconds)
2021-09-16T10:37:21.8120955Z     Testfunction GetStatementNoFromBankAccount Failure (0.017 seconds)
2021-09-16T10:37:21.8165583Z     Testfunction BankAccReconciliationBalanceToReconcile Failure (0.013 seconds)
2021-09-16T10:37:22.0368904Z     Testfunction ShortcutDimsOnPaymentReconJournalLine Failure (0.017 seconds)
2021-09-16T10:37:22.0414786Z     Testfunction SourceCodeSetupForReconPmtJnl Failure (0.013 seconds)
2021-09-16T10:37:22.0460039Z     Testfunction VerifyDimSetIDOfCustLedgerEntryAfterPostingBankAccReconLine Failure (0.017 seconds)
2021-09-16T10:37:22.0504555Z     Testfunction VerifyDimSetIDOfVendLedgerEntryAfterPostingBankAccReconLine Failure (0.016 seconds)
2021-09-16T10:37:22.0564232Z     Testfunction VerifyVATEntryAfterPostingBankAccReconLineForGLAccount Failure (0.014 seconds)
2021-09-16T10:37:22.0611903Z     Testfunction VerifySalespersonInDimSetOfBankAccReconLine Failure (0.016 seconds)
2021-09-16T10:37:22.0658173Z     Testfunction VerifyPurchaserInDimSetOfBankAccReconLine Failure (0.017 seconds)
2021-09-16T10:37:22.0812435Z     Testfunction GlobalDimensionInheritsFromDimensionSetIDOfBankAccReconLineOnPosting Failure (0.017 seconds)
2021-09-16T10:37:22.0857190Z     Testfunction TransferToGenJnlLineWithReconcilBankAsBatchBalAcc Failure (0 seconds)
2021-09-16T10:37:22.0901743Z     Testfunction TransferToGenJnlLineWithNotReconcilBankAsBatchBalAcc Failure (0 seconds)
2021-09-16T10:37:22.3008142Z     Testfunction TransferToGenJnlLineWithGLAsBatchBalAcc Failure (0.004 seconds)
2021-09-16T10:37:22.3052753Z     Testfunction TransferToGenJnlLineWithEmptyBankAsBatchBalAcc Failure (0.016 seconds)
2021-09-16T10:37:22.3112069Z     Testfunction TransferToGenJnlLineWithEmptyGLAsBatchBalAcc Failure (0.014 seconds)
2021-09-16T10:37:22.3184679Z     Testfunction ReversedEntriesAreNotShownInBankAccReconTest Failure (0.017 seconds)
2021-09-16T10:37:22.3229706Z     Testfunction BankAccReconciliationLine_GetDescription Failure (0.013 seconds)
2021-09-16T10:37:22.3276575Z     Testfunction PostBankAccRecon_Description_OnlyInLine Failure (0 seconds)
2021-09-16T10:37:22.3320713Z     Testfunction PostBankAccRecon_Description_OnlyInAppliesEntry Failure (0 seconds)
2021-09-16T10:37:22.3365867Z     Testfunction PostBankAccRecon_Description_Both Failure (0.016 seconds)
2021-09-16T10:37:22.3410495Z     Testfunction PostPmtOnlyBankAccReconLastStatementFields Failure (0.017 seconds)
2021-09-16T10:37:22.3455659Z     Testfunction PostBankAccReconLastStatementFields Failure (0 seconds)
2021-09-16T10:37:22.3526524Z     Testfunction BankAccountStatementLinesDrillDown Failure (0.013 seconds)
2021-09-16T10:37:22.3581834Z     Testfunction PostBankAccRecononciliationVendCrMemo Failure (0.013 seconds)
2021-09-16T10:37:22.3628928Z     Testfunction TransferDifferenceAppliedToVendorToGLAccount Failure (0.017 seconds)
2021-09-16T10:37:22.5835402Z     Testfunction ChangeAppliedAmountTransferredToVendor Failure (0.016 seconds)
2021-09-16T10:37:22.5880413Z     Testfunction BankAccReconciliationCanBePostedWhenStatementWithStatementNoAlreadyExists Failure (0.014 seconds)
2021-09-16T10:37:22.5928204Z     Testfunction BankAccReconciliationStatementNoTransfersToStatementWhenPostedAndNoStatementWithThisNoExists Failure (0.016 seconds)
2021-09-16T10:37:22.5975287Z     Testfunction BankAccountReconciliationLinesDrillDown Failure (0.034 seconds)
2021-09-16T10:37:22.6021311Z     Testfunction BankAccReconNotReversed Failure (0.013 seconds)
2021-09-16T10:37:22.6066730Z     Testfunction BankAccReconciliationLineAccountTypeICPartnerConfirmMessage Failure (0 seconds)
2021-09-16T10:37:22.6112030Z     Testfunction GLBalanceFieldsOfBanAccReconTestReportConsiderStatementDateWhenDefined Failure (0.016 seconds)
2021-09-16T10:37:22.6156788Z     Testfunction GLBalanceFieldsOfBanAccReconTestReportDoesNotConsiderStatementDateWhenNotDefined Failure (0.014 seconds)
2021-09-16T10:37:22.6201757Z     Testfunction TheFieldExternalDocumentNoAddedToApplyBankAccLedgerEntries Failure (0.016 seconds)
2021-09-16T10:37:22.6260373Z     Testfunction TransferToGenJnlLineWithEmptyDocNo Failure (0.017 seconds)
2021-09-16T10:37:22.6305880Z     Testfunction UndoBankAccStatementSunShine Failure (0.017 seconds)
2021-09-16T10:37:22.6350271Z     Testfunction UndoBankAccountStatementBalanceLastStatement Failure (0.013 seconds)
2021-09-16T10:37:22.6395202Z     Testfunction UndoBankStatementWithPartlyAppliedEntries Failure (0.017 seconds)
2021-09-16T10:37:22.6441291Z     Testfunction UndoBankAccountStatementOpenCreatedReconciliation Failure (0.016 seconds)
2021-09-16T10:37:22.6487628Z     Testfunction UndoBankAccountStatementNotConfirm Failure (0 seconds)
2021-09-16T10:37:22.8644165Z     Testfunction UndoBankStatementWithDifferences Failure (0.016 seconds)
2021-09-16T10:37:22.8688618Z     Testfunction UndoBankStatementWithCheckLedgerEntry Failure (0.017 seconds)
2021-09-16T10:37:22.8731605Z     Testfunction UndoBankAccountStatementFromList Failure (0 seconds)
2021-09-16T10:37:22.8776733Z     Testfunction ChangeBankReconciliationStatementNo Failure (0.013 seconds)
2021-09-16T10:37:22.8832348Z     Testfunction ChangeBankReconciliationStatementNoWithCheckLE Failure (0.017 seconds)
2021-09-16T10:37:22.8877552Z     Testfunction ChangeBankReconciliationStatementNoExistingStatementNo Failure (0.014 seconds)
2021-09-16T10:37:22.8922797Z     Testfunction PostPaymentReconciliationJournalEmployee Failure (0.013 seconds)
2021-09-16T10:37:22.8969263Z     Testfunction PaymentReconciliationJournalEmployeeApplyPostUI Failure (0.017 seconds)
2021-09-16T10:37:22.9014332Z     Testfunction PaymentReconciliationJournalEmployeeUI Failure (0.013 seconds)
2021-09-16T10:37:22.9059770Z     Testfunction PaymentApplicationEmployeeApplyManually Failure (0.033 seconds)
2021-09-16T10:37:22.9104977Z     Testfunction PaymentApplicationEmployeeApplyAutomatically Failure (0.03 seconds)
2021-09-16T10:37:22.9150116Z     Testfunction PaymentApplicationEmployeeApplyAutomaticallyMatchingDisabled Failure (0 seconds)
2021-09-16T10:37:22.9194811Z     Testfunction PaymentApplicationEmployeeApplyAutomaticallyEmployeeName Failure (0.016 seconds)
2021-09-16T10:37:22.9239981Z     Testfunction InitReportSelectionPostedPaymentReconciliation Failure (0.017 seconds)
2021-09-16T10:37:22.9284311Z     Testfunction PrintPostedPaymentReconciliation Failure (0.017 seconds)
2021-09-16T10:37:23.1460174Z     Testfunction PrintPostedPaymentReconciliationFromCard Failure (0.016 seconds)
2021-09-16T10:37:23.1503855Z     Testfunction BalanceLastStatementAndStatementEndingBalanceWhenOneBankAccStatement Failure (0.016 seconds)
2021-09-16T10:37:23.1551335Z     Testfunction BalanceLastStatementAndStatementEndingBalanceWhenMultipleBankAccStatements Failure (0.017 seconds)
2021-09-16T10:37:23.1598219Z     Testfunction SequenceOfBankAccReconciliationOnDifferentDays Failure (0.013 seconds)
2021-09-16T10:37:27.5421792Z   Codeunit 134231 ERM Bank Account Success (4.381 seconds)
2021-09-16T10:37:32.7282257Z   Codeunit 134252 Match Bank Reconciliation - UT Success (4.923 seconds)
2021-09-16T10:37:57.1392878Z   Codeunit 134253 Match Bank Rec. Scenarios Success (23.911 seconds)
2021-09-16T10:38:03.9499541Z   Codeunit 134259 Bank Pmt. Appl. Algorithm II Success (6.561 seconds)
2021-09-16T10:38:18.6545685Z   Codeunit 134260 Bank Pmt. Appl. Rule UT Success (14.469 seconds)
2021-09-16T10:39:44.1255728Z   Codeunit 134261 Bank Pmt. Appl. Algorithm Failure (85.211 seconds)
2021-09-16T10:39:44.3602846Z     Testfunction TestCustSingleAmountMatchWithAmountPercentageTolerance Failure (0.36 seconds)
2021-09-16T10:41:37.6892089Z   Codeunit 134262 Bank Pmt. Appl. Tolerance Success (111.068 seconds)
2021-09-16T10:41:55.7133751Z   Codeunit 134263 Test Bank Payment Application Failure (17.272 seconds)
2021-09-16T10:41:56.4579381Z     Testfunction PostPmtWithDateLessThanInvoicePostingDate Failure (0.123 seconds)
2021-09-16T10:42:04.4019610Z   Codeunit 134264 Applied Payment Entries Test Failure (7.952 seconds)
2021-09-16T10:42:04.4063605Z     Testfunction AutomaticApplyToEntry Failure (0.03 seconds)
2021-09-16T10:42:04.4113546Z     Testfunction RejectApplication Failure (0.017 seconds)
2021-09-16T10:42:04.4160504Z     Testfunction RejectApplicationFromPaymentJournal Failure (0.03 seconds)
2021-09-16T10:42:04.4209626Z     Testfunction UnapplyApplication Failure (0.016 seconds)
2021-09-16T10:42:04.4255486Z     Testfunction UnapplyByApplyingZeroAmount Failure (0.016 seconds)
2021-09-16T10:42:04.4300962Z     Testfunction ReapplyUnappliedApplication Failure (0.017 seconds)
2021-09-16T10:42:04.4348174Z     Testfunction AcceptApplication Failure (0.017 seconds)
2021-09-16T10:42:04.4436080Z     Testfunction AcceptApplicationFromPaymentJournal Failure (0.017 seconds)
2021-09-16T10:42:04.4467201Z     Testfunction ChangeAmountToApply Failure (0.016 seconds)
2021-09-16T10:42:04.4514672Z     Testfunction ApplyToMultipleEntries Failure (0.02 seconds)
2021-09-16T10:42:04.6711657Z     Testfunction ApplyToDifferentEntry Failure (0.013 seconds)
2021-09-16T10:42:04.6755862Z     Testfunction UnableToApplyAmountWithDifferentSign Failure (0.013 seconds)
2021-09-16T10:42:04.6802016Z     Testfunction UnableToApplyMoreThanRemainingAmount Failure (0.017 seconds)
2021-09-16T10:42:04.6847860Z     Testfunction TotalsOnPaymentReconciliationJournal Failure (0.014 seconds)
2021-09-16T10:42:04.6892288Z     Testfunction AccountNameOnPaymentReconciliationJournal Failure (0.016 seconds)
2021-09-16T10:42:22.5503205Z   Codeunit 134267 Payment Proposal UT Success (17.866 seconds)
2021-09-16T10:42:38.3160643Z   Codeunit 134268 Payment Proposal UT 2 Success (15 seconds)
2021-09-16T10:42:55.2445763Z   Codeunit 134269 Matching on Payment Discounts Success (16.209 seconds)
2021-09-16T10:43:05.3445816Z   Codeunit 134271 Payment Recon. E2E Tests Perf. Failure (9.599 seconds)
2021-09-16T10:43:05.3485930Z     Testfunction TestXSalesOnePmtPeformance Failure (0.016 seconds)
2021-09-16T10:43:19.5980576Z   Codeunit 134500 ERM Cash Manager Success (14.253 seconds)
2021-09-16T10:43:30.6001897Z   Codeunit 134711 Autom. Payment Registration.UX Success (10.497 seconds)
2021-09-16T10:43:41.0291318Z   Codeunit 134712 Autom. Payment Registration.UT Success (10.413 seconds)
2021-09-16T10:43:41.4821330Z False
2021-09-16T10:43:41.4831707Z *** XUnit Test results: c:\Run\DevOps\TestResults.xml
2021-09-16T10:43:41.5340979Z <?xml version="1.0" encoding="UTF-8"?>
2021-09-16T10:43:41.5341464Z <assemblies>
2021-09-16T10:43:41.5342158Z   <assembly name="132561 Test Bank Account Tables" test-framework="PS Test Runner" run-date="2021-09-16" run-time="12:37:05" total="16" passed="16" failed="0" skipped="0" time="5.749">
2021-09-16T10:43:41.5343162Z     <collection name="Test Bank Account Tables" total="16" passed="16" failed="0" skipped="0" time="5.749" Skipped="0">
2021-09-16T10:43:41.5344204Z       <test name="Test Bank Account Tables:GetBankAccountNoReturnsIBANWhenIsNotEmpty_BankAccount" method="GetBankAccountNoReturnsIBANWhenIsNotEmpty_BankAccount" time="1.754" result="Pass" />
2021-09-16T10:43:41.5345330Z       <test name="Test Bank Account Tables:GetBankAccountNoReturnsBankaccountNoWhenIBANIsEmpty_BankAccount" method="GetBankAccountNoReturnsBankaccountNoWhenIBANIsEmpty_BankAccount" time="0.013" result="Pass" />
2021-09-16T10:43:41.5347161Z       <test name="Test Bank Account Tables:GetBankAccountNoThrowsErrorIfBothIBANAndBankAcoountNoAreEmpty_BankAccount" method="GetBankAccountNoThrowsErrorIfBothIBANAndBankAcoountNoAreEmpty_BankAccount" time="0.047" result="Pass" />
2021-09-16T10:43:41.5348681Z       <test name="Test Bank Account Tables:GetBankAccountNoReturnsIBANWhenIsNotEmpty_CustomerBankAccount" method="GetBankAccountNoReturnsIBANWhenIsNotEmpty_CustomerBankAccount" time="1.113" result="Pass" />
2021-09-16T10:43:41.5349872Z       <test name="Test Bank Account Tables:GetBankAccountNoReturnsBankaccountNoWhenIBANIsEmpty_CustomerBankAccount" method="GetBankAccountNoReturnsBankaccountNoWhenIBANIsEmpty_CustomerBankAccount" time="0.06" result="Pass" />
2021-09-16T10:43:41.5351157Z       <test name="Test Bank Account Tables:GetBankAccountNoThrowsErrorIfBothIBANAndBankAcoountNoAreEmpty_CustomerBankAccount" method="GetBankAccountNoThrowsErrorIfBothIBANAndBankAcoountNoAreEmpty_CustomerBankAccount" time="0.036" result="Pass" />
2021-09-16T10:43:41.5352468Z       <test name="Test Bank Account Tables:GetBankAccountNoReturnsIBANWhenIsNotEmpty_VendorBankAccount" method="GetBankAccountNoReturnsIBANWhenIsNotEmpty_VendorBankAccount" time="0.517" result="Pass" />
2021-09-16T10:43:41.5353705Z       <test name="Test Bank Account Tables:GetBankAccountNoReturnsBankaccountNoWhenIBANIsEmpty_VendorBankAccount" method="GetBankAccountNoReturnsBankaccountNoWhenIBANIsEmpty_VendorBankAccount" time="0.03" result="Pass" />
2021-09-16T10:43:41.5354978Z       <test name="Test Bank Account Tables:GetBankAccountNoThrowsErrorIfBothIBANAndBankAcoountNoAreEmpty_VendorBankAccount" method="GetBankAccountNoThrowsErrorIfBothIBANAndBankAcoountNoAreEmpty_VendorBankAccount" time="0.017" result="Pass" />
2021-09-16T10:43:41.5356016Z       <test name="Test Bank Account Tables:LastPaymentStatementNoMustContainANumber" method="LastPaymentStatementNoMustContainANumber" time="0.03" result="Pass" />
2021-09-16T10:43:41.5356764Z       <test name="Test Bank Account Tables:LastPaymentStatementNoWithANumberIsValid" method="LastPaymentStatementNoWithANumberIsValid" time="0.016" result="Pass" />
2021-09-16T10:43:41.5357739Z       <test name="Test Bank Account Tables:CustFieldPreferredBankAccountBlankWhenDeletingCustBankAccount" method="CustFieldPreferredBankAccountBlankWhenDeletingCustBankAccount" time="0.05" result="Pass" />
2021-09-16T10:43:41.5358622Z       <test name="Test Bank Account Tables:CheckValuePreferredBankAccountAfterDeletingCustBankAccount" method="CheckValuePreferredBankAccountAfterDeletingCustBankAccount" time="0.03" result="Pass" />
2021-09-16T10:43:41.5359477Z       <test name="Test Bank Account Tables:VendFieldPreferredBankAccountBlankWhenDeletingVendBankAccount" method="VendFieldPreferredBankAccountBlankWhenDeletingVendBankAccount" time="0.063" result="Pass" />
2021-09-16T10:43:41.5360333Z       <test name="Test Bank Account Tables:CheckValuePreferredBankAccountAfterDeletingVendBankAccount" method="CheckValuePreferredBankAccountAfterDeletingVendBankAccount" time="0.03" result="Pass" />
2021-09-16T10:43:41.5361135Z       <test name="Test Bank Account Tables:CheckBankAccountLinkingActionNotVisible" method="CheckBankAccountLinkingActionNotVisible" time="1.943" result="Pass" />
2021-09-16T10:43:41.5361628Z     </collection>
2021-09-16T10:43:41.5361870Z   </assembly>
...
run-date="2021-09-16" run-time="12:37:27" total="28" passed="27" failed="0" skipped="1" time="1.716">
2021-09-16T10:43:41.5908281Z     <collection name="Match Bank Reconciliation - UT" total="28" passed="27" failed="0" skipped="1" time="1.716" Skipped="1">
2021-09-16T10:43:41.5909099Z       <test name="Match Bank Reconciliation - UT:OneBankEntryMoreRecLinesFullMatch" method="OneBankEntryMoreRecLinesFullMatch" time="0.25" result="Pass" />
2021-09-16T10:43:41.5910046Z       <test name="Match Bank Reconciliation - UT:OneBankEntryMoreRecLinesMatchDetails" method="OneBankEntryMoreRecLinesMatchDetails" time="0.063" result="Pass" />
2021-09-16T10:43:41.5911403Z       <test name="Match Bank Reconciliation - UT:OneBankEntryMoreRecLinesAmtVsDesc" method="OneBankEntryMoreRecLinesAmtVsDesc" time="0.017" result="Pass" />
2021-09-16T10:43:41.5912509Z       <test name="Match Bank Reconciliation - UT:OneBankEntryMoreRecLinesAmtVsDocNo" method="OneBankEntryMoreRecLinesAmtVsDocNo" time="0.034" result="Pass" />
2021-09-16T10:43:41.5913491Z       <test name="Match Bank Reconciliation - UT:OneBankEntryMoreRecLinesDocNoVsDesc" method="OneBankEntryMoreRecLinesDocNoVsDesc" time="0.013" result="Pass" />
2021-09-16T10:43:41.5914539Z       <test name="Match Bank Reconciliation - UT:OneBankEntryMoreRecLinesNoDate" method="OneBankEntryMoreRecLinesNoDate" time="0.033" result="Pass" />
2021-09-16T10:43:41.5915558Z       <test name="Match Bank Reconciliation - UT:OneBankEntryMoreRecLinesDateRange" method="OneBankEntryMoreRecLinesDateRange" time="0" result="Skip" />
2021-09-16T10:43:41.5916542Z       <test name="Match Bank Reconciliation - UT:OneBankEntryMoreRecLinesDateVsRange" method="OneBankEntryMoreRecLinesDateVsRange" time="0.484" result="Pass" />
2021-09-16T10:43:41.5917560Z       <test name="Match Bank Reconciliation - UT:OneBankEntryMoreRecLinesAmtVsDescDesc2" method="OneBankEntryMoreRecLinesAmtVsDescDesc2" time="0.016" result="Pass" />
2021-09-16T10:43:41.5918709Z       <test name="Match Bank Reconciliation - UT:OneBankEntryMoreRecLinesAmtVsDocNoDesc2" method="OneBankEntryMoreRecLinesAmtVsDocNoDesc2" time="0.02" result="Pass" />
2021-09-16T10:43:41.5919486Z       <test name="Match Bank Reconciliation - UT:OneBankEntryMoreRecLinesDocNoVsDescDesc2" method="OneBankEntryMoreRecLinesDocNoVsDescDesc2" time="0.03" result="Pass" />
2021-09-16T10:43:41.5920251Z       <test name="Match Bank Reconciliation - UT:OneBankEntryMoreRecLinesDescVsDesc2" method="OneBankEntryMoreRecLinesDescVsDesc2" time="0.016" result="Pass" />
2021-09-16T10:43:41.5921014Z       <test name="Match Bank Reconciliation - UT:MoreBankEntriesOneRecLineFullMatch" method="MoreBankEntriesOneRecLineFullMatch" time="0.03" result="Pass" />
2021-09-16T10:43:41.5921781Z       <test name="Match Bank Reconciliation - UT:MoreBankEntriesOneRecLineAmtVsDescription" method="MoreBankEntriesOneRecLineAmtVsDescription" time="0.03" result="Pass" />
2021-09-16T10:43:41.5922543Z       <test name="Match Bank Reconciliation - UT:MoreBankEntriesOneRecLineAmtVsDocNo" method="MoreBankEntriesOneRecLineAmtVsDocNo" time="0.047" result="Pass" />
2021-09-16T10:43:41.5923473Z       <test name="Match Bank Reconciliation - UT:MoreBankEntriesOneRecLineDocNoVsDescription" method="MoreBankEntriesOneRecLineDocNoVsDescription" time="0.03" result="Pass" />
2021-09-16T10:43:41.5924434Z       <test name="Match Bank Reconciliation - UT:MoreBankEntriesOneRecLineDocNoVsExtDocNo" method="MoreBankEntriesOneRecLineDocNoVsExtDocNo" time="0.016" result="Pass" />
2021-09-16T10:43:41.5925152Z       <test name="Match Bank Reconciliation - UT:MultipleBankRec" method="MultipleBankRec" time="0.323" result="Pass" />
2021-09-16T10:43:41.5926291Z       <test name="Match Bank Reconciliation - UT:ManyToOneNotSupported" method="ManyToOneNotSupported" time="0.03" result="Pass" />
2021-09-16T10:43:41.5926946Z       <test name="Match Bank Reconciliation - UT:MatchManuallyMatchDetails" method="MatchManuallyMatchDetails" time="0.03" result="Pass" />
2021-09-16T10:43:41.5927599Z       <test name="Match Bank Reconciliation - UT:OneToManyPartialBRL" method="OneToManyPartialBRL" time="0.033" result="Pass" />
2021-09-16T10:43:41.5928218Z       <test name="Match Bank Reconciliation - UT:OneToManyPartialBLE" method="OneToManyPartialBLE" time="0.03" result="Pass" />
2021-09-16T10:43:41.5928851Z       <test name="Match Bank Reconciliation - UT:RemoveMatchOneToMany" method="RemoveMatchOneToMany" time="0.047" result="Pass" />
2021-09-16T10:43:41.5929477Z       <test name="Match Bank Reconciliation - UT:RemoveMatchFromBLE" method="RemoveMatchFromBLE" time="0.034" result="Pass" />
2021-09-16T10:43:41.5930148Z       <test name="Match Bank Reconciliation - UT:UTFieldsBankAccReconciliationLine" method="UTFieldsBankAccReconciliationLine" time="0.013" result="Pass" />
2021-09-16T10:43:41.5930846Z       <test name="Match Bank Reconciliation - UT:UTFieldsPostedPaymentReconLine" method="UTFieldsPostedPaymentReconLine" time="0.017" result="Pass" />
2021-09-16T10:43:41.5931510Z       <test name="Match Bank Reconciliation - UT:GenerateAppliesToID" method="GenerateAppliesToID" time="0.013" result="Pass" />
2021-09-16T10:43:41.5932163Z       <test name="Match Bank Reconciliation - UT:BankAccountWithSpecialChar" method="BankAccountWithSpecialChar" time="0.017" result="Pass" />
2021-09-16T10:43:41.5932620Z     </collection>
2021-09-16T10:43:41.5932865Z   </assembly>
2021-09-16T10:43:41.5933420Z   <assembly name="134253 Match Bank Rec. Scenarios" test-framework="PS Test Runner" run-date="2021-09-16" run-time="12:37:33" total="15" passed="15" failed="0" skipped="0" time="20.151">
2021-09-16T10:43:41.5934166Z     <collection name="Match Bank Rec. Scenarios" total="15" passed="15" failed="0" skipped="0" time="20.151" Skipped="0">
2021-09-16T10:43:41.5934831Z       <test name="Match Bank Rec. Scenarios:AddToMatchPartialBRL" method="AddToMatchPartialBRL" time="1.986" result="Pass" />
2021-09-16T10:43:41.5935640Z       <test name="Match Bank Rec. Scenarios:AddToMatchPartialBLE" method="AddToMatchPartialBLE" time="0.187" result="Pass" />
2021-09-16T10:43:41.5936488Z       <test name="Match Bank Rec. Scenarios:ReplaceMatch" method="ReplaceMatch" time="0.264" result="Pass" />
2021-09-16T10:43:41.5937305Z       <test name="Match Bank Rec. Scenarios:RemoveManyToMany" method="RemoveManyToMany" time="0.254" result="Pass" />
2021-09-16T10:43:41.5938095Z       <test name="Match Bank Rec. Scenarios:TransferToGenJnl" method="TransferToGenJnl" time="1.36" result="Pass" />
2021-09-16T10:43:41.5938937Z       <test name="Match Bank Rec. Scenarios:FilterMatchedEntries" method="FilterMatchedEntries" time="0.233" result="Pass" />
2021-09-16T10:43:41.5939589Z       <test name="Match Bank Rec. Scenarios:RemoveFilters" method="RemoveFilters" time="0.267" result="Pass" />
2021-09-16T10:43:41.5940254Z       <test name="Match Bank Rec. Scenarios:PostMatch" method="PostMatch" time="0.33" result="Pass" />
2021-09-16T10:43:41.5941623Z       <test name="Match Bank Rec. Scenarios:GLEntryPaymentDocTypeAfterPostPmtReconJnlWithGLAccAndPositiveAmount" method="GLEntryPaymentDocTypeAfterPostPmtReconJnlWithGLAccAndPositiveAmount" time="0.06" result="Pass" />
2021-09-16T10:43:41.5943445Z       <test name="Match Bank Rec. Scenarios:GLEntryPaymentDocTypeAfterPostPmtReconJnlWithGLAccAndNegativeAmount" method="GLEntryPaymentDocTypeAfterPostPmtReconJnlWithGLAccAndNegativeAmount" time="0.047" result="Pass" />
2021-09-16T10:43:41.5944263Z       <test name="Match Bank Rec. Scenarios:RemoveMatchOnChecks" method="RemoveMatchOnChecks" time="7.41" result="Pass" />
2021-09-16T10:43:41.5944966Z       <test name="Match Bank Rec. Scenarios:RemoveMatchOnChecksWhenRunOnBankAccReconLines" method="RemoveMatchOnChecksWhenRunOnBankAccReconLines" time="3.493" result="Pass" />
2021-09-16T10:43:41.5945894Z       <test name="Match Bank Rec. Scenarios:RemoveMatchOnChecksWhenRunOnBankAccLedgerEntries" method="RemoveMatchOnChecksWhenRunOnBankAccLedgerEntries" time="1.083" result="Pass" />
2021-09-16T10:43:41.5946760Z       <test name="Match Bank Rec. Scenarios:RemoveMatchOnChecksWhenRunOnBankAccReconLinesAndBankAccLedgerEntries" method="RemoveMatchOnChecksWhenRunOnBankAccReconLinesAndBankAccLedgerEntries" time="2.127" result="Pass" />
2021-09-16T10:43:41.5947660Z       <test name="Match Bank Rec. Scenarios:RemoveMatchOnChecksWhenRunOnBankAccReconLinesPaymentApplication" method="RemoveMatchOnChecksWhenRunOnBankAccReconLinesPaymentApplication" time="1.05" result="Pass" />
2021-09-16T10:43:41.5948227Z     </collection>
2021-09-16T10:43:41.5948468Z   </assembly>
2021-09-16T10:43:41.5949495Z   <assembly name="134259 Bank Pmt. Appl. Algorithm II" test-framework="PS Test Runner" run-date="2021-09-16" run-time="12:37:57" total="10" passed="10" failed="0" skipped="0" time="2.751">
2021-09-16T10:43:41.5950233Z     <collection name="Bank Pmt. Appl. Algorithm II" total="10" passed="10" failed="0" skipped="0" time="2.751" Skipped="0">
2021-09-16T10:43:41.5950886Z       <test name="Bank Pmt. Appl. Algorithm II:MatchDirectDebitCollectionForCAMT" method="MatchDirectDebitCollectionForCAMT" time="1.26" result="Pass" />
2021-09-16T10:43:41.5951710Z       <test name="Bank Pmt. Appl. Algorithm II:MatchDirectDebitCollectWhenVendLedgerEntryWithTransactionIDExists" method="MatchDirectDebitCollectWhenVendLedgerEntryWithTransactionIDExists" time="0.203" result="Pass" />
2021-09-16T10:43:41.5952583Z       <test name="Bank Pmt. Appl. Algorithm II:MatchDirectDebitCollectWhenCollectionStatusCanceled" method="MatchDirectDebitCollectWhenCollectionStatusCanceled" time="0.124" result="Pass" />
2021-09-16T10:43:41.5953428Z       <test name="Bank Pmt. Appl. Algorithm II:MatchDirectDebitCollectWhenCollectionEntryStatusRejected" method="MatchDirectDebitCollectWhenCollectionEntryStatusRejected" time="0.11" result="Pass" />
2021-09-16T10:43:41.5954333Z       <test name="Bank Pmt. Appl. Algorithm II:MatchDirectDebitCollectWhenCustLedgerEntryHasDifferentTransactionID" method="MatchDirectDebitCollectWhenCustLedgerEntryHasDifferentTransactionID" time="0.124" result="Pass" />
2021-09-16T10:43:41.5955275Z       <test name="Bank Pmt. Appl. Algorithm II:MatchDirectDebitCollectWhenCustLedgerEntryIsClosed" method="MatchDirectDebitCollectWhenCustLedgerEntryIsClosed" time="0.28" result="Pass" />
2021-09-16T10:43:41.5956174Z       <test name="Bank Pmt. Appl. Algorithm II:MatchDirectDebitCollectWhenCustLedgerEntryPostingDateGreaterTransactionDate" method="MatchDirectDebitCollectWhenCustLedgerEntryPostingDateGreaterTransactionDate" time="0.193" result="Pass" />
2021-09-16T10:43:41.5957062Z       <test name="Bank Pmt. Appl. Algorithm II:MatchDirectDebitCollectWhenApplyEntryIsFalse" method="MatchDirectDebitCollectWhenApplyEntryIsFalse" time="0.157" result="Pass" />
2021-09-16T10:43:41.5957927Z       <test name="Bank Pmt. Appl. Algorithm II:MatchDirectDebitCollectWhenTwoCollectionEntriesHaveSameTransactionID" method="MatchDirectDebitCollectWhenTwoCollectionEntriesHaveSameTransactionID" time="0.186" result="Pass" />
2021-09-16T10:43:41.5958927Z       <test name="Bank Pmt. Appl. Algorithm II:MatchDDCollectWhenCustLedgerEntryTransactionIDLengthGreaterMaxLengthDDEntryTransactionID" method="MatchDDCollectWhenCustLedgerEntryTransactionIDLengthGreaterMaxLengthDDEntryTransactionID" time="0.114" result="Pass" />
2021-09-16T10:43:41.5959600Z     </collection>
2021-09-16T10:43:41.5959840Z   </assembly>
2021-09-16T10:43:41.5960385Z   <assembly name="134260 Bank Pmt. Appl. Rule UT" test-framework="PS Test Runner" run-date="2021-09-16" run-time="12:38:04" total="22" passed="22" failed="0" skipped="0" time="10.385">
2021-09-16T10:43:41.5961088Z     <collection name="Bank Pmt. Appl. Rule UT" total="22" passed="22" failed="0" skipped="0" time="10.385" Skipped="0">
2021-09-16T10:43:41.5961763Z       <test name="Bank Pmt. Appl. Rule UT:TestInsertingLineUpdatesTheScore" method="TestInsertingLineUpdatesTheScore" time="0.016" result="Pass" />
2021-09-16T10:43:41.5962449Z       <test name="Bank Pmt. Appl. Rule UT:TestRenamingLineUpdatesTheScore" method="TestRenamingLineUpdatesTheScore" time="10.123" result="Pass" />
2021-09-16T10:43:41.5963205Z       <test name="Bank Pmt. Appl. Rule UT:TestInsertingLinesWithSameConfidenceDifferentPriorities" method="TestInsertingLinesWithSameConfidenceDifferentPriorities" time="0.016" result="Pass" />
2021-09-16T10:43:41.5964033Z       <test name="Bank Pmt. Appl. Rule UT:TestSettingPrioritySmallerThanMinimumValueRaisesAnError" method="TestSettingPrioritySmallerThanMinimumValueRaisesAnError" time="0.014" result="Pass" />
2021-09-16T10:43:41.5964846Z       <test name="Bank Pmt. Appl. Rule UT:TestSettingPriorityLargerThanMaximumValueRaisesAnError" method="TestSettingPriorityLargerThanMaximumValueRaisesAnError" time="0" result="Pass" />
2021-09-16T10:43:41.5965661Z       <test name="Bank Pmt. Appl. Rule UT:TestSettingPriorityToACorrectValueDoesnotRaiseAnError" method="TestSettingPriorityToACorrectValueDoesnotRaiseAnError" time="0" result="Pass" />
2021-09-16T10:43:41.5966440Z       <test name="Bank Pmt. Appl. Rule UT:TestScoreCalculationTest" method="TestScoreCalculationTest" time="0.017" result="Pass" />
2021-09-16T10:43:41.5967197Z       <test name="Bank Pmt. Appl. Rule UT:TestGetBestMatchScoreNoMatchesFound" method="TestGetBestMatchScoreNoMatchesFound" time="0.013" result="Pass" />
2021-09-16T10:43:41.5968047Z       <test name="Bank Pmt. Appl. Rule UT:TestGetBestMatchScoreOnEmptyTable" method="TestGetBestMatchScoreOnEmptyTable" time="0.017" result="Pass" />
2021-09-16T10:43:41.5968907Z       <test name="Bank Pmt. Appl. Rule UT:TestGetBestMatchScoreOneRowFound" method="TestGetBestMatchScoreOneRowFound" time="0.016" result="Pass" />
2021-09-16T10:43:41.5969803Z       <test name="Bank Pmt. Appl. Rule UT:TestGetBestMatchScoreMultipleRowsFound" method="TestGetBestMatchScoreMultipleRowsFound" time="0.014" result="Pass" />
2021-09-16T10:43:41.5970771Z       <test name="Bank Pmt. Appl. Rule UT:TestGetBestMatchScoreSkipRuleIncluded" method="TestGetBestMatchScoreSkipRuleIncluded" time="0.016" result="Pass" />
2021-09-16T10:43:41.5971847Z       <test name="Bank Pmt. Appl. Rule UT:TestGetBestMatchDocumentNoFilterIsSet" method="TestGetBestMatchDocumentNoFilterIsSet" time="0.017" result="Pass" />
2021-09-16T10:43:41.5972745Z       <test name="Bank Pmt. Appl. Rule UT:TestGetBestMatchRelatedPartyIdentifiedFilterIsSet" method="TestGetBestMatchRelatedPartyIdentifiedFilterIsSet" time="0.017" result="Pass" />
2021-09-16T10:43:41.5973531Z       <test name="Bank Pmt. Appl. Rule UT:TestGetBestMatchAmountInclToleranceFilterIsSet" method="TestGetBestMatchAmountInclToleranceFilterIsSet" time="0.013" result="Pass" />
2021-09-16T10:43:41.5974327Z       <test name="Bank Pmt. Appl. Rule UT:TestCallingGetBestMatchScoreMultipleTimesWithoutReset" method="TestCallingGetBestMatchScoreMultipleTimesWithoutReset" time="0.033" result="Pass" />
2021-09-16T10:43:41.5975124Z       <test name="Bank Pmt. Appl. Rule UT:TestCallingLoadOnNonTemporaryRecordThrowsError" method="TestCallingLoadOnNonTemporaryRecordThrowsError" time="0.014" result="Pass" />
2021-09-16T10:43:41.5975877Z       <test name="Bank Pmt. Appl. Rule UT:TestCallingLoadMultipleTimesUpdatesResults" method="TestCallingLoadMultipleTimesUpdatesResults" time="0.016" result="Pass" />
2021-09-16T10:43:41.5976630Z       <test name="Bank Pmt. Appl. Rule UT:TestTextMapperScoreOverridesMediumConfidenceRule" method="TestTextMapperScoreOverridesMediumConfidenceRule" time="0" result="Pass" />
2021-09-16T10:43:41.5977382Z       <test name="Bank Pmt. Appl. Rule UT:TestNotCosideredMatchesDocumentNoMultiple" method="TestNotCosideredMatchesDocumentNoMultiple" time="0.013" result="Pass" />
2021-09-16T10:43:41.5978120Z       <test name="Bank Pmt. Appl. Rule UT:TestDocumentMatchedYesDoesntIncludeMultiple" method="TestDocumentMatchedYesDoesntIncludeMultiple" time="0" result="Pass" />
2021-09-16T10:43:41.5978962Z       <test name="Bank Pmt. Appl. Rule UT:TestInsertingLineInvalidPriorityRaisesError" method="TestInsertingLineInvalidPriorityRaisesError" time="0" result="Pass" />
2021-09-16T10:43:41.5979451Z     </collection>
2021-09-16T10:43:41.5979689Z   </assembly>
2021-09-16T10:43:41.5980248Z   <assembly name="134261 Bank Pmt. Appl. Algorithm" test-framework="PS Test Runner" run-date="2021-09-16" run-time="12:38:18" total="144" passed="142" failed="1" skipped="1" time="79.303">
2021-09-16T10:43:41.5980980Z     <collection name="Bank Pmt. Appl. Algorithm" total="144" passed="142" failed="1" skipped="1" time="79.303" Skipped="1">
2021-09-16T10:43:41.5981612Z       <test name="Bank Pmt. Appl. Algorithm:TestNoMatchFoundCustomerEntries" method="TestNoMatchFoundCustomerEntries" time="9.523" result="Pass" />
2021-09-16T10:43:41.5982305Z       <test name="Bank Pmt. Appl. Algorithm:TestNoMatchRulesAreIncludedInProposals" method="TestNoMatchRulesAreIncludedInProposals" time="0.263" result="Pass" />
2021-09-16T10:43:41.5983009Z       <test name="Bank Pmt. Appl. Algorithm:TestCustNoMatchOutsideThreshold" method="TestCustNoMatchOutsideThreshold" time="0.22" result="Pass" />
2021-09-16T10:43:41.5983684Z       <test name="Bank Pmt. Appl. Algorithm:TestCustSingleAmountMatch" method="TestCustSingleAmountMatch" time="2" result="Pass" />
2021-09-16T10:43:41.5984363Z       <test name="Bank Pmt. Appl. Algorithm:TestCustNoMatchCustLegerEntriesDisabled" method="TestCustNoMatchCustLegerEntriesDisabled" time="0.463" result="Pass" />
2021-09-16T10:43:41.5985129Z       <test name="Bank Pmt. Appl. Algorithm:TestCustSingleAmountMatchWithAmountToleranceLowerRange" method="TestCustSingleAmountMatchWithAmountToleranceLowerRange" time="0.75" result="Pass" />
2021-09-16T10:43:41.5985949Z       <test name="Bank Pmt. Appl. Algorithm:TestCustSingleAmountMatchWithAmountToleranceHigherRange" method="TestCustSingleAmountMatchWithAmountToleranceHigherRange" time="0.533" result="Pass" />
2021-09-16T10:43:41.5986765Z       <test name="Bank Pmt. Appl. Algorithm:TestCustSingleAmountMatchWithAmountPercentageTolerance" method="TestCustSingleAmountMatchWithAmountPercentageTolerance" time="0.36" result="Fail">
2021-09-16T10:43:41.5987292Z         <failure>
2021-09-16T10:43:41.5987869Z           <message>Assert.AreEqual failed. Expected:&lt;1996&gt; (Integer). Actual:&lt;1995&gt; (Integer). Matching is wrong for statement line 10000.</message>
2021-09-16T10:43:41.5988493Z           <stack-trace>Assert(CodeUnit 130000).AreEqual line 3 - Tests-TestLibraries by Microsoft
2021-09-16T10:43:41.5988990Z "Bank Pmt. Appl. Algorithm"(CodeUnit 134261).VerifyReconciliation line 6 - Tests-Bank by Microsoft
2021-09-16T10:43:41.5989540Z "Bank Pmt. Appl. Algorithm"(CodeUnit 134261).TestCustSingleAmountMatchWithAmountPercentageTolerance line 31 - Tests-Bank by Microsoft
2021-09-16T10:43:41.5990052Z "Test Runner - Mgt"(CodeUnit 130454).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.5990486Z "Test Runner - Isol. Codeunit"(CodeUnit 130450).OnRun - Test Runner by Microsoft
2021-09-16T10:43:41.5990911Z "Test Suite Mgt."(CodeUnit 130456).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.5991329Z "Test Suite Mgt."(CodeUnit 130456).RunSelectedTests - Test Runner by Microsoft
2021-09-16T10:43:41.5991817Z "Command Line Test Tool"(Page 130455)."RunSelectedTests - OnAction" - Test Runner by Microsoft</stack-trace>
2021-09-16T10:43:41.5992204Z         </failure>
2021-09-16T10:43:41.5992445Z       </test>
2021-09-16T10:43:41.5992882Z       <test name="Bank Pmt. Appl. Algorithm:TestCustMultipleAmountMatch" method="TestCustMultipleAmountMatch" time="0.63" result="Pass" />
2021-09-16T10:43:41.5993596Z       <test name="Bank Pmt. Appl. Algorithm:TestCustMultipleAmountMatchWithAmountTolerance" method="TestCustMultipleAmountMatchWithAmountTolerance" time="0.644" result="Pass" />
2021-09-16T10:43:41.5994338Z       <test name="Bank Pmt. Appl. Algorithm:TestCustDoctInTransTextMatch" method="TestCustDoctInTransTextMatch" time="0.466" result="Pass" />
2021-09-16T10:43:41.5995132Z       <test name="Bank Pmt. Appl. Algorithm:TestCustDocInAdditionalTextMatch" method="TestCustDocInAdditionalTextMatch" time="0.444" result="Pass" />
2021-09-16T10:43:41.5995797Z       <test name="Bank Pmt. Appl. Algorithm:TestCustExtDocAndDocMatch" method="TestCustExtDocAndDocMatch" time="0.47" result="Pass" />
2021-09-16T10:43:41.5996488Z       <test name="Bank Pmt. Appl. Algorithm:TestCustNoMatchExtDocAndDocNoTrailingChar" method="TestCustNoMatchExtDocAndDocNoTrailingChar" time="0.233" result="Pass" />
2021-09-16T10:43:41.5997233Z       <test name="Bank Pmt. Appl. Algorithm:TestCustNoMatchExtDocAndDocNoTrailingDigit" method="TestCustNoMatchExtDocAndDocNoTrailingDigit" time="0.216" result="Pass" />
2021-09-16T10:43:41.5998019Z       <test name="Bank Pmt. Appl. Algorithm:TestCustNoMatchExtDocAndDocTrailingWithNonAlphaAndChar" method="TestCustNoMatchExtDocAndDocTrailingWithNonAlphaAndChar" time="0.474" result="Pass" />
2021-09-16T10:43:41.5998851Z       <test name="Bank Pmt. Appl. Algorithm:TestCustNoMatchExtDocAndDocTrailingWithNonAlphaAndDigit" method="TestCustNoMatchExtDocAndDocTrailingWithNonAlphaAndDigit" time="0.453" result="Pass" />
2021-09-16T10:43:41.5999601Z       <test name="Bank Pmt. Appl. Algorithm:TestCustNotMatchExtDocTooShort" method="TestCustNotMatchExtDocTooShort" time="0.217" result="Pass" />
2021-09-16T10:43:41.6000281Z       <test name="Bank Pmt. Appl. Algorithm:TestCustDocAndSingleAmountMatch" method="TestCustDocAndSingleAmountMatch" time="0.47" result="Pass" />
2021-09-16T10:43:41.6000955Z       <test name="Bank Pmt. Appl. Algorithm:TestCustDocAndMultipleAmountMatch" method="TestCustDocAndMultipleAmountMatch" time="0.6" result="Pass" />
2021-09-16T10:43:41.6001635Z       <test name="Bank Pmt. Appl. Algorithm:TestCustMatchOnBankAccountOnly" method="TestCustMatchOnBankAccountOnly" time="0.486" result="Pass" />
2021-09-16T10:43:41.6002351Z       <test name="Bank Pmt. Appl. Algorithm:TestCustExactMatchOnRelatedPartyNameSingle" method="TestCustExactMatchOnRelatedPartyNameSingle" time="0.47" result="Pass" />
2021-09-16T10:43:41.6003111Z       <test name="Bank Pmt. Appl. Algorithm:TestCustExactMatchOnRelatedPartyNameReversed" method="TestCustExactMatchOnRelatedPartyNameReversed" time="0.516" result="Pass" />
2021-09-16T10:43:41.6003938Z       <test name="Bank Pmt. Appl. Algorithm:TestCustExactMatchOnRelatedPartyNameMultiple" method="TestCustExactMatchOnRelatedPartyNameMultiple" time="0.487" result="Pass" />
2021-09-16T10:43:41.6004749Z       <test name="Bank Pmt. Appl. Algorithm:TestCustExactMatchOnRelatedPartyNameMultipleExactMatchOnCity" method="TestCustExactMatchOnRelatedPartyNameMultipleExactMatchOnCity" time="0.513" result="Pass" />
2021-09-16T10:43:41.6005635Z       <test name="Bank Pmt. Appl. Algorithm:TestCustExactMatchOnRelatedPartyNameMultipleExactMatchOnCityAndAddress" method="TestCustExactMatchOnRelatedPartyNameMultipleExactMatchOnCityAndAddress" time="0.61" result="Pass" />
2021-09-16T10:43:41.6006523Z       <test name="Bank Pmt. Appl. Algorithm:TestCustWithSpecialCharsInRelatedPartyNameExactMatchSingle" method="TestCustWithSpecialCharsInRelatedPartyNameExactMatchSingle" time="0.47" result="Pass" />
2021-09-16T10:43:41.6007305Z       <test name="Bank Pmt. Appl. Algorithm:TestCustExactMatchOnOtherNameSingle" method="TestCustExactMatchOnOtherNameSingle" time="0.453" result="Pass" />
2021-09-16T10:43:41.6008027Z       <test name="Bank Pmt. Appl. Algorithm:TestCustExactMatchOnOtherNameMultiple" method="TestCustExactMatchOnOtherNameMultiple" time="0.486" result="Pass" />
2021-09-16T10:43:41.6008739Z       <test name="Bank Pmt. Appl. Algorithm:TestCustCloseMatchOnOtherNameSingle" method="TestCustCloseMatchOnOtherNameSingle" time="0.55" result="Pass" />
2021-09-16T10:43:41.6009453Z       <test name="Bank Pmt. Appl. Algorithm:TestCustCloseMatchOnOtherNameMultiple" method="TestCustCloseMatchOnOtherNameMultiple" time="0.517" result="Pass" />
2021-09-16T10:43:41.6010148Z       <test name="Bank Pmt. Appl. Algorithm:TestCustPartialMatchOnOtherName" method="TestCustPartialMatchOnOtherName" time="0.47" result="Pass" />
2021-09-16T10:43:41.6010937Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerMatchOnExactNameWithPermutations" method="TestCustomerMatchOnExactNameWithPermutations" time="0.487" result="Pass" />
2021-09-16T10:43:41.6011745Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerMatchOnExactNameWithPermutationsNameFilpped" method="TestCustomerMatchOnExactNameWithPermutationsNameFilpped" time="0.517" result="Pass" />
2021-09-16T10:43:41.6012566Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerMatchOnExactNameWithPermutationsNoMatch" method="TestCustomerMatchOnExactNameWithPermutationsNoMatch" time="0.483" result="Pass" />
2021-09-16T10:43:41.6013381Z       <test name="Bank Pmt. Appl. Algorithm:TestVerifyApplyManuallyPageWithSuggestionsTurnedOff" method="TestVerifyApplyManuallyPageWithSuggestionsTurnedOff" time="0.707" result="Pass" />
2021-09-16T10:43:41.6014152Z       <test name="Bank Pmt. Appl. Algorithm:TestCustCertainAndMultipleAmountMatch" method="TestCustCertainAndMultipleAmountMatch" time="0.563" result="Pass" />
2021-09-16T10:43:41.6014855Z       <test name="Bank Pmt. Appl. Algorithm:TestCustCertainAndSingleAmountMatch" method="TestCustCertainAndSingleAmountMatch" time="0.487" result="Pass" />
2021-09-16T10:43:41.6015546Z       <test name="Bank Pmt. Appl. Algorithm:TestCustCertainMatchAndDocNo" method="TestCustCertainMatchAndDocNo" time="0.517" result="Pass" />
2021-09-16T10:43:41.6016217Z       <test name="Bank Pmt. Appl. Algorithm:TestCustCertainMatchAndExtDocNo" method="TestCustCertainMatchAndExtDocNo" time="0.483" result="Pass" />
2021-09-16T10:43:41.6016912Z       <test name="Bank Pmt. Appl. Algorithm:TestCustCertainMatchAndDocNoAndAmount" method="TestCustCertainMatchAndDocNoAndAmount" time="0.47" result="Pass" />
2021-09-16T10:43:41.6017694Z       <test name="Bank Pmt. Appl. Algorithm:TestCustCertainMatchAndDocNoAndAmountWithAmountTolerance" method="TestCustCertainMatchAndDocNoAndAmountWithAmountTolerance" time="0.483" result="Pass" />
2021-09-16T10:43:41.6018472Z       <test name="Bank Pmt. Appl. Algorithm:TestCustMatchCheckApplicationPriorities" method="TestCustMatchCheckApplicationPriorities" time="0.3" result="Pass" />
2021-09-16T10:43:41.6019251Z       <test name="Bank Pmt. Appl. Algorithm:TestCustMatchCheckNoApplication" method="TestCustMatchCheckNoApplication" time="0.28" result="Pass" />
2021-09-16T10:43:41.6019888Z       <test name="Bank Pmt. Appl. Algorithm:TestCustTextMapper" method="TestCustTextMapper" time="0.33" result="Pass" />
2021-09-16T10:43:41.6020575Z       <test name="Bank Pmt. Appl. Algorithm:TestCustRerunOnlyTextMapper" method="TestCustRerunOnlyTextMapper" time="0.503" result="Pass" />
2021-09-16T10:43:41.6021244Z       <test name="Bank Pmt. Appl. Algorithm:TestCustRunAndRerunTextMapper" method="TestCustRunAndRerunTextMapper" time="0.407" result="Pass" />
2021-09-16T10:43:41.6021909Z       <test name="Bank Pmt. Appl. Algorithm:TestCustTextMapperOverriden" method="TestCustTextMapperOverriden" time="0.263" result="Pass" />
2021-09-16T10:43:41.6022566Z       <test name="Bank Pmt. Appl. Algorithm:TestCustTextMapperToCustomer" method="TestCustTextMapperToCustomer" time="0.253" result="Pass" />
2021-09-16T10:43:41.6023327Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerFirstMatchOnDocumentNoInsertsMultipleMatchLine" method="TestCustomerFirstMatchOnDocumentNoInsertsMultipleMatchLine" time="0.344" result="Pass" />
2021-09-16T10:43:41.6024215Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerSecondMatchOnDocumentNoUpdatesMultipleMatchLine" method="TestCustomerSecondMatchOnDocumentNoUpdatesMultipleMatchLine" time="0.327" result="Pass" />
2021-09-16T10:43:41.6025076Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerMultipleMatchRuleIsNotCreatedForDifferentCustomers" method="TestCustomerMultipleMatchRuleIsNotCreatedForDifferentCustomers" time="0.363" result="Pass" />
2021-09-16T10:43:41.6025900Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerMultipleMatchAllEntriesFullyApplied" method="TestCustomerMultipleMatchAllEntriesFullyApplied" time="0.39" result="Pass" />
2021-09-16T10:43:41.6028055Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerMultipleMatchUserOverPaid" method="TestCustomerMultipleMatchUserOverPaid" time="0.453" result="Pass" />
2021-09-16T10:43:41.6028822Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerMultipleMatchAllEntriesAppliedOneUnderPaid" method="TestCustomerMultipleMatchAllEntriesAppliedOneUnderPaid" time="0.347" result="Pass" />
2021-09-16T10:43:41.6029684Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerMultipleMatchGetOverridenByHigherConfidenceOneToOneMatch" method="TestCustomerMultipleMatchGetOverridenByHigherConfidenceOneToOneMatch" time="0.396" result="Pass" />
2021-09-16T10:43:41.6030576Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerMultipleMatchAllEntriesAppliedOneNotPaidOneUnderPaid" method="TestCustomerMultipleMatchAllEntriesAppliedOneNotPaidOneUnderPaid" time="0.344" result="Pass" />
2021-09-16T10:43:41.6031480Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerMultipleMatchWhenCannotApplyEntriesOldestGetAppliedFirst" method="TestCustomerMultipleMatchWhenCannotApplyEntriesOldestGetAppliedFirst" time="0.506" result="Pass" />
2021-09-16T10:43:41.6032379Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerMultipleMatchTextMapperOverridesMediumConfidenceRule" method="TestCustomerMultipleMatchTextMapperOverridesMediumConfidenceRule" time="0.263" result="Pass" />
2021-09-16T10:43:41.6033268Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerMultipleMatchTextMapperDoesntOveriddeHighConfidenceRule" method="TestCustomerMultipleMatchTextMapperDoesntOveriddeHighConfidenceRule" time="0.423" result="Pass" />
2021-09-16T10:43:41.6034140Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerMultipleMatchOneHitMultipleMatchesAreRemoved" method="TestCustomerMultipleMatchOneHitMultipleMatchesAreRemoved" time="0.347" result="Pass" />
2021-09-16T10:43:41.6035033Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerMultipleMatchSingleMatchLinesAreIncludedInAmountInclToleranceMatch" method="TestCustomerMultipleMatchSingleMatchLinesAreIncludedInAmountInclToleranceMatch" time="0.49" result="Pass" />
2021-09-16T10:43:41.6036068Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerMultipleMatchOneToManyMatchesAreIncludedInAmountInclToleranceMatch" method="TestCustomerMultipleMatchOneToManyMatchesAreIncludedInAmountInclToleranceMatch" time="0.613" result="Pass" />
2021-09-16T10:43:41.6037130Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerMultipleMatchTwoOneToManyLines" method="TestCustomerMultipleMatchTwoOneToManyLines" time="0.64" result="Pass" />
2021-09-16T10:43:41.6038202Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerMultipleMatchBuildFromNoMatchEntries" method="TestCustomerMultipleMatchBuildFromNoMatchEntries" time="0.444" result="Pass" />
2021-09-16T10:43:41.6039266Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerRunningWithoutApplicationIncludesNegativeEntries" method="TestCustomerRunningWithoutApplicationIncludesNegativeEntries" time="0.26" result="Pass" />
2021-09-16T10:43:41.6040175Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerRunningWithApplicationExcludesNegativeEntries" method="TestCustomerRunningWithApplicationExcludesNegativeEntries" time="0.25" result="Pass" />
2021-09-16T10:43:41.6041065Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerRunningWithoutApplicationIncludesEntriesAfterStatementDate" method="TestCustomerRunningWithoutApplicationIncludesEntriesAfterStatementDate" time="0.283" result="Pass" />
2021-09-16T10:43:41.6042005Z       <test name="Bank Pmt. Appl. Algorithm:TestCustomerRunningWithoutApplicationDoesNotIncludeEntriesAfterStatementDate" method="TestCustomerRunningWithoutApplicationDoesNotIncludeEntriesAfterStatementDate" time="0.313" result="Pass" />
2021-09-16T10:43:41.6042885Z       <test name="Bank Pmt. Appl. Algorithm:TestNoMatchFoundVendorEntries" method="TestNoMatchFoundVendorEntries" time="4.046" result="Pass" />
2021-09-16T10:43:41.6044821Z       <test name="Bank Pmt. Appl. Algorithm:TestVendNoMatchOutsideTolerance" method="TestVendNoMatchOutsideTolerance" time="0.25" result="Pass" />
2021-09-16T10:43:41.6045894Z       <test name="Bank Pmt. Appl. Algorithm:TestVendSingleAmountMatch" method="TestVendSingleAmountMatch" time="1.003" result="Pass" />
2021-09-16T10:43:41.6046747Z       <test name="Bank Pmt. Appl. Algorithm:TestVendSingleAmountMatchWithAmountToleranceLowerRange" method="TestVendSingleAmountMatchWithAmountToleranceLowerRange" time="0.717" result="Pass" />
2021-09-16T10:43:41.6047581Z       <test name="Bank Pmt. Appl. Algorithm:TestVendSingleAmountMatchWithAmountToleranceHigherRange" method="TestVendSingleAmountMatchWithAmountToleranceHigherRange" time="0.55" result="Pass" />
2021-09-16T10:43:41.6048397Z       <test name="Bank Pmt. Appl. Algorithm:TestVendSingleAmountMatchWithAmountPercentageTolerance" method="TestVendSingleAmountMatchWithAmountPercentageTolerance" time="0" result="Skip" />
2021-09-16T10:43:41.6049139Z       <test name="Bank Pmt. Appl. Algorithm:TestVendMultipleAmountMatch" method="TestVendMultipleAmountMatch" time="0.597" result="Pass" />
2021-09-16T10:43:41.6049859Z       <test name="Bank Pmt. Appl. Algorithm:TestVendMultipleAmountMatchWithAmountTolerance" method="TestVendMultipleAmountMatchWithAmountTolerance" time="0.626" result="Pass" />
2021-09-16T10:43:41.6050581Z       <test name="Bank Pmt. Appl. Algorithm:TestVendDoctInTransTextMatch" method="TestVendDoctInTransTextMatch" time="0.504" result="Pass" />
2021-09-16T10:43:41.6051255Z       <test name="Bank Pmt. Appl. Algorithm:TestVendDocInAdditionalTextMatch" method="TestVendDocInAdditionalTextMatch" time="0.453" result="Pass" />
2021-09-16T10:43:41.6051912Z       <test name="Bank Pmt. Appl. Algorithm:TestVendExtDocAndDocNoMatch" method="TestVendExtDocAndDocNoMatch" time="0.437" result="Pass" />
2021-09-16T10:43:41.6052614Z       <test name="Bank Pmt. Appl. Algorithm:TestVendNoMatchExtDocAndDocNoTrailingChar" method="TestVendNoMatchExtDocAndDocNoTrailingChar" time="0.25" result="Pass" />
2021-09-16T10:43:41.6053362Z       <test name="Bank Pmt. Appl. Algorithm:TestVendNoMatchExtDocAndDocNoTrailingDigit" method="TestVendNoMatchExtDocAndDocNoTrailingDigit" time="0.267" result="Pass" />
2021-09-16T10:43:41.6054275Z       <test name="Bank Pmt. Appl. Algorithm:TestVendNoMatchExtDocAndDocTrailingWithNonAlphaAndChar" method="TestVendNoMatchExtDocAndDocTrailingWithNonAlphaAndChar" time="0.47" result="Pass" />
2021-09-16T10:43:41.6055106Z       <test name="Bank Pmt. Appl. Algorithm:TestVendNoMatchExtDocAndDocTrailingWithNonAlphaAndDigit" method="TestVendNoMatchExtDocAndDocTrailingWithNonAlphaAndDigit" time="0.437" result="Pass" />
2021-09-16T10:43:41.6055862Z       <test name="Bank Pmt. Appl. Algorithm:TestVendNotMatchExtDocTooShort" method="TestVendNotMatchExtDocTooShort" time="0.266" result="Pass" />
2021-09-16T10:43:41.6056537Z       <test name="Bank Pmt. Appl. Algorithm:TestVendDocAndSingleAmountMatch" method="TestVendDocAndSingleAmountMatch" time="0.437" result="Pass" />
2021-09-16T10:43:41.6057219Z       <test name="Bank Pmt. Appl. Algorithm:TestVendDocAndMultipleAmountMatch" method="TestVendDocAndMultipleAmountMatch" time="0.55" result="Pass" />
2021-09-16T10:43:41.6057908Z       <test name="Bank Pmt. Appl. Algorithm:TestVendMatchOnBankAccountOnly" method="TestVendMatchOnBankAccountOnly" time="0.486" result="Pass" />
2021-09-16T10:43:41.6058618Z       <test name="Bank Pmt. Appl. Algorithm:TestVendExactMatchOnRelatedPartyNameSingle" method="TestVendExactMatchOnRelatedPartyNameSingle" time="0.5" result="Pass" />
2021-09-16T10:43:41.6059370Z       <test name="Bank Pmt. Appl. Algorithm:TestVendExactMatchOnRelatedPartyNameReversed" method="TestVendExactMatchOnRelatedPartyNameReversed" time="0.47" result="Pass" />
2021-09-16T10:43:41.6060136Z       <test name="Bank Pmt. Appl. Algorithm:TestVendExactMatchOnRelatedPartyNameMultiple" method="TestVendExactMatchOnRelatedPartyNameMultiple" time="0.487" result="Pass" />
2021-09-16T10:43:41.6060995Z       <test name="Bank Pmt. Appl. Algorithm:TestVendExactMatchOnRelatedPartyNameMultipleExactMatchOnCity" method="TestVendExactMatchOnRelatedPartyNameMultipleExactMatchOnCity" time="0.516" result="Pass" />
2021-09-16T10:43:41.6061896Z       <test name="Bank Pmt. Appl. Algorithm:TestVendExactMatchOnRelatedPartyNameMultipleExactMatchOnCityAndAddress" method="TestVendExactMatchOnRelatedPartyNameMultipleExactMatchOnCityAndAddress" time="0.504" result="Pass" />
2021-09-16T10:43:41.6062800Z       <test name="Bank Pmt. Appl. Algorithm:TestVendWithSpecialCharsInRelatedPartyNameExactMatchSingle" method="TestVendWithSpecialCharsInRelatedPartyNameExactMatchSingle" time="0.457" result="Pass" />
2021-09-16T10:43:41.6063582Z       <test name="Bank Pmt. Appl. Algorithm:TestVendExactMatchOnOtherNameSingle" method="TestVendExactMatchOnOtherNameSingle" time="0.47" result="Pass" />
2021-09-16T10:43:41.6064295Z       <test name="Bank Pmt. Appl. Algorithm:TestVendExactMatchOnOtherNameMultiple" method="TestVendExactMatchOnOtherNameMultiple" time="0.487" result="Pass" />
2021-09-16T10:43:41.6065036Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorMatchOnExactNameWithPermutations" method="TestVendorMatchOnExactNameWithPermutations" time="0.486" result="Pass" />
2021-09-16T10:43:41.6065813Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorMatchOnExactNameWithPermutationsNameFilpped" method="TestVendorMatchOnExactNameWithPermutationsNameFilpped" time="0.456" result="Pass" />
2021-09-16T10:43:41.6066623Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorMatchOnExactNameWithPermutationsNoMatch" method="TestVendorMatchOnExactNameWithPermutationsNoMatch" time="0.47" result="Pass" />
2021-09-16T10:43:41.6067373Z       <test name="Bank Pmt. Appl. Algorithm:TestVendCloseMatchOnOtherNameSingle" method="TestVendCloseMatchOnOtherNameSingle" time="0.47" result="Pass" />
2021-09-16T10:43:41.6068079Z       <test name="Bank Pmt. Appl. Algorithm:TestVendCloseMatchOnOtherNameMultiple" method="TestVendCloseMatchOnOtherNameMultiple" time="0.533" result="Pass" />
2021-09-16T10:43:41.6068777Z       <test name="Bank Pmt. Appl. Algorithm:TestVendPartialMatchOnOtherName" method="TestVendPartialMatchOnOtherName" time="0.477" result="Pass" />
2021-09-16T10:43:41.6069537Z       <test name="Bank Pmt. Appl. Algorithm:TestVendCertainAndMultipleAmountMatch" method="TestVendCertainAndMultipleAmountMatch" time="0.673" result="Pass" />
2021-09-16T10:43:41.6070244Z       <test name="Bank Pmt. Appl. Algorithm:TestVendCertainAndSingleAmountMatch" method="TestVendCertainAndSingleAmountMatch" time="0.456" result="Pass" />
2021-09-16T10:43:41.6070931Z       <test name="Bank Pmt. Appl. Algorithm:TestVendCertainMatchAndDocNo" method="TestVendCertainMatchAndDocNo" time="0.47" result="Pass" />
2021-09-16T10:43:41.6071605Z       <test name="Bank Pmt. Appl. Algorithm:TestVendCertainMatchAndExtDocNo" method="TestVendCertainMatchAndExtDocNo" time="0.47" result="Pass" />
2021-09-16T10:43:41.6072303Z       <test name="Bank Pmt. Appl. Algorithm:TestVenCertainMatchAndDocNoAndAmount" method="TestVenCertainMatchAndDocNoAndAmount" time="0.47" result="Pass" />
2021-09-16T10:43:41.6073083Z       <test name="Bank Pmt. Appl. Algorithm:TestVendCertainMatchAndDocNoAndAmountWithAmountTolerance" method="TestVendCertainMatchAndDocNoAndAmountWithAmountTolerance" time="0.47" result="Pass" />
2021-09-16T10:43:41.6073871Z       <test name="Bank Pmt. Appl. Algorithm:TestVendMatchCheckApplicationPriorities" method="TestVendMatchCheckApplicationPriorities" time="0.304" result="Pass" />
2021-09-16T10:43:41.6074579Z       <test name="Bank Pmt. Appl. Algorithm:TestVendMatchCheckNoApplication" method="TestVendMatchCheckNoApplication" time="0.363" result="Pass" />
2021-09-16T10:43:41.6075223Z       <test name="Bank Pmt. Appl. Algorithm:TestVendTextMapper" method="TestVendTextMapper" time="0.283" result="Pass" />
2021-09-16T10:43:41.6075846Z       <test name="Bank Pmt. Appl. Algorithm:TestVendRerunOnlyTextMapper" method="TestVendRerunOnlyTextMapper" time="0.39" result="Pass" />
2021-09-16T10:43:41.6076562Z       <test name="Bank Pmt. Appl. Algorithm:TestVendRunAndRerunTextMapper" method="TestVendRunAndRerunTextMapper" time="0.424" result="Pass" />
2021-09-16T10:43:41.6077229Z       <test name="Bank Pmt. Appl. Algorithm:TestVendTextMapperOverriden" method="TestVendTextMapperOverriden" time="0.297" result="Pass" />
2021-09-16T10:43:41.6077877Z       <test name="Bank Pmt. Appl. Algorithm:TestVendTextMapperToVendor" method="TestVendTextMapperToVendor" time="0.293" result="Pass" />
2021-09-16T10:43:41.6078630Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorFirstMatchOnDocumentNoInsertsMultipleMatchLine" method="TestVendorFirstMatchOnDocumentNoInsertsMultipleMatchLine" time="0.263" result="Pass" />
2021-09-16T10:43:41.6079477Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorSecondMatchOnDocumentNoUpdatesMultipleMatchLine" method="TestVendorSecondMatchOnDocumentNoUpdatesMultipleMatchLine" time="0.346" result="Pass" />
2021-09-16T10:43:41.6080333Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorMultipleMatchRuleIsNotCreatedForDifferentVendors" method="TestVendorMultipleMatchRuleIsNotCreatedForDifferentVendors" time="0.374" result="Pass" />
2021-09-16T10:43:41.6081149Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorMultipleMatchAllEntriesFullyApplied" method="TestVendorMultipleMatchAllEntriesFullyApplied" time="0.39" result="Pass" />
2021-09-16T10:43:41.6081920Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorMultipleMatchUserOverPaid" method="TestVendorMultipleMatchUserOverPaid" time="0.39" result="Pass" />
2021-09-16T10:43:41.6082807Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorMultipleMatchAllEntriesAppliedOneUnderPaid" method="TestVendorMultipleMatchAllEntriesAppliedOneUnderPaid" time="0.393" result="Pass" />
2021-09-16T10:43:41.6083672Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorMultipleMatchGetOverridenByHigherConfidenceOneToOneMatch" method="TestVendorMultipleMatchGetOverridenByHigherConfidenceOneToOneMatch" time="0.424" result="Pass" />
2021-09-16T10:43:41.6084600Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorMultipleMatchAllEntriesAppliedOneNotPaidOneUnderPaid" method="TestVendorMultipleMatchAllEntriesAppliedOneNotPaidOneUnderPaid" time="0.36" result="Pass" />
2021-09-16T10:43:41.6085575Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorMultipleMatchWhenCannotApplyEntriesOldestGetAppliedFirst" method="TestVendorMultipleMatchWhenCannotApplyEntriesOldestGetAppliedFirst" time="0.547" result="Pass" />
2021-09-16T10:43:41.6086450Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorMultipleMatchTextMapperOverridesMediumConfidenceRule" method="TestVendorMultipleMatchTextMapperOverridesMediumConfidenceRule" time="0.284" result="Pass" />
2021-09-16T10:43:41.6087333Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorMultipleMatchTextMapperDoesntOveriddeHighConfidenceRule" method="TestVendorMultipleMatchTextMapperDoesntOveriddeHighConfidenceRule" time="0.387" result="Pass" />
2021-09-16T10:43:41.6088186Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorMultipleMatchOneHitMultipleMatchesAreRemoved" method="TestVendorMultipleMatchOneHitMultipleMatchesAreRemoved" time="0.43" result="Pass" />
2021-09-16T10:43:41.6089083Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorMultipleMatchSingleMatchLinesAreIncludedInAmountInclToleranceMatch" method="TestVendorMultipleMatchSingleMatchLinesAreIncludedInAmountInclToleranceMatch" time="0.487" result="Pass" />
2021-09-16T10:43:41.6090056Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorMultipleMatchOneToManyMatchesAreIncludedInAmountInclToleranceMatch" method="TestVendorMultipleMatchOneToManyMatchesAreIncludedInAmountInclToleranceMatch" time="0.62" result="Pass" />
2021-09-16T10:43:41.6090913Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorNoMatchVendorLegerEntriesDisabled" method="TestVendorNoMatchVendorLegerEntriesDisabled" time="1.713" result="Pass" />
2021-09-16T10:43:41.6091706Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorMultipleMatchTwoOneToManyLines" method="TestVendorMultipleMatchTwoOneToManyLines" time="0.61" result="Pass" />
2021-09-16T10:43:41.6092451Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorMultipleMatchBuildFromNoMatchEntries" method="TestVendorMultipleMatchBuildFromNoMatchEntries" time="0.41" result="Pass" />
2021-09-16T10:43:41.6093261Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorRunningWithoutApplicationIncludesPositiveEntries" method="TestVendorRunningWithoutApplicationIncludesPositiveEntries" time="0.28" result="Pass" />
2021-09-16T10:43:41.6094090Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorRunningWithApplicationExcludesPositiveEntries" method="TestVendorRunningWithApplicationExcludesPositiveEntries" time="0.297" result="Pass" />
2021-09-16T10:43:41.6095051Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorRunningWithoutApplicationIncludesEntriesAfterStatementDate" method="TestVendorRunningWithoutApplicationIncludesEntriesAfterStatementDate" time="0.277" result="Pass" />
2021-09-16T10:43:41.6095994Z       <test name="Bank Pmt. Appl. Algorithm:TestVendorRunningWithoutApplicationDoesNotIncludeEntriesAfterStatementDate" method="TestVendorRunningWithoutApplicationDoesNotIncludeEntriesAfterStatementDate" time="0.297" result="Pass" />
2021-09-16T10:43:41.6096864Z       <test name="Bank Pmt. Appl. Algorithm:TestSalesBankAccLedgerEntrySingleAmountMatch" method="TestSalesBankAccLedgerEntrySingleAmountMatch" time="1.206" result="Pass" />
2021-09-16T10:43:41.6097699Z       <test name="Bank Pmt. Appl. Algorithm:TestSalesBankAccLedgerEntryMultipleAmountMatchWithAmountTolerance" method="TestSalesBankAccLedgerEntryMultipleAmountMatchWithAmountTolerance" time="0.687" result="Pass" />
2021-09-16T10:43:41.6098518Z       <test name="Bank Pmt. Appl. Algorithm:TestPurchBankAccLedgerEntrySingleAmountMatch" method="TestPurchBankAccLedgerEntrySingleAmountMatch" time="0.723" result="Pass" />
2021-09-16T10:43:41.6099350Z       <test name="Bank Pmt. Appl. Algorithm:TestPurchBankAccLedgerEntryMultipleAmountMatchWithAmountTolerance" method="TestPurchBankAccLedgerEntryMultipleAmountMatchWithAmountTolerance" time="0.64" result="Pass" />
2021-09-16T10:43:41.6100246Z       <test name="Bank Pmt. Appl. Algorithm:UI_AmountInclToleranceMatchedNotConsideredOnPaymentToEntryMatchPage" method="UI_AmountInclToleranceMatchedNotConsideredOnPaymentToEntryMatchPage" time="0.47" result="Pass" />
2021-09-16T10:43:41.6101916Z       <test name="Bank Pmt. Appl. Algorithm:ClearAppliesToIDFromCustLedgEntryAfterApplicationRemoval" method="ClearAppliesToIDFromCustLedgEntryAfterApplicationRemoval" time="0.203" result="Pass" />
2021-09-16T10:43:41.6102930Z       <test name="Bank Pmt. Appl. Algorithm:ClearAppliesToIDFromVendLedgEntryAfterApplicationRemoval" method="ClearAppliesToIDFromVendLedgEntryAfterApplicationRemoval" time="0.174" result="Pass" />
2021-09-16T10:43:41.6103891Z       <test name="Bank Pmt. Appl. Algorithm:MapTextToAccountForBankAccountTypeOnPaymentReonciliationJournal" method="MapTextToAccountForBankAccountTypeOnPaymentReonciliationJournal" time="0.343" result="Pass" />
2021-09-16T10:43:41.6104479Z     </collection>
2021-09-16T10:43:41.6104723Z   </assembly>
2021-09-16T10:43:41.6105278Z   <assembly name="134262 Bank Pmt. Appl. Tolerance" test-framework="PS Test Runner" run-date="2021-09-16" run-time="12:39:46" total="44" passed="44" failed="0" skipped="0" time="104.205">
2021-09-16T10:43:41.6106012Z     <collection name="Bank Pmt. Appl. Tolerance" total="44" passed="44" failed="0" skipped="0" time="104.205" Skipped="0">
2021-09-16T10:43:41.6106820Z       <test name="Bank Pmt. Appl. Tolerance:SalesAppliedPmtEntryWithPmtToleranceWhenConfirmPmtDiscTolWarningOnAutomaticApplication" method="SalesAppliedPmtEntryWithPmtToleranceWhenConfirmPmtDiscTolWarningOnAutomaticApplication" time="2.6" result="Pass" />
2021-09-16T10:43:41.6107869Z       <test name="Bank Pmt. Appl. Tolerance:SalesAppliedPmtEntryWithNoPmtToleranceWhenDoNotConfirmPmtDiscTolWarningOnAutomaticApplication" method="SalesAppliedPmtEntryWithNoPmtToleranceWhenDoNotConfirmPmtDiscTolWarningOnAutomaticApplication" time="1.817" result="Pass" />
2021-09-16T10:43:41.6109046Z       <test name="Bank Pmt. Appl. Tolerance:SalesAppliedPmtEntryWithPmtToleranceWhenConfirmPmtDiscTolWarningOnManualApplication" method="SalesAppliedPmtEntryWithPmtToleranceWhenConfirmPmtDiscTolWarningOnManualApplication" time="2.16" result="Pass" />
2021-09-16T10:43:41.6110086Z       <test name="Bank Pmt. Appl. Tolerance:SalesAppliedPmtEntryWithNoPmtToleranceWhenDoNotConfirmPmtDiscTolWarningOnManualApplication" method="SalesAppliedPmtEntryWithNoPmtToleranceWhenDoNotConfirmPmtDiscTolWarningOnManualApplication" time="2.06" result="Pass" />
2021-09-16T10:43:41.6111147Z       <test name="Bank Pmt. Appl. Tolerance:SalesAppliedPmtEntryWithPmtDiscToleranceWhenConfirmPmtDiscTolWarningOnAutomaticApplication" method="SalesAppliedPmtEntryWithPmtDiscToleranceWhenConfirmPmtDiscTolWarningOnAutomaticApplication" time="1.923" result="Pass" />
2021-09-16T10:43:41.6112562Z       <test name="Bank Pmt. Appl. Tolerance:SalesAppliedPmtEntryWithNoPmtDiscToleranceWhenDoNotConfirmPmtDiscTolWarningOnAutomaticApplication" method="SalesAppliedPmtEntryWithNoPmtDiscToleranceWhenDoNotConfirmPmtDiscTolWarningOnAutomaticApplication" time="1.893" result="Pass" />
2021-09-16T10:43:41.6113770Z       <test name="Bank Pmt. Appl. Tolerance:SalesAppliedPmtEntryWithPmtDiscToleranceWhenConfirmPmtDiscTolWarningOnManualApplication" method="SalesAppliedPmtEntryWithPmtDiscToleranceWhenConfirmPmtDiscTolWarningOnManualApplication" time="2.334" result="Pass" />
2021-09-16T10:43:41.6114836Z       <test name="Bank Pmt. Appl. Tolerance:SalesAppliedPmtEntryWithNoPmtDiscToleranceWhenDoNotConfirmPmtDiscTolWarningOnManualApplication" method="SalesAppliedPmtEntryWithNoPmtDiscToleranceWhenDoNotConfirmPmtDiscTolWarningOnManualApplication" time="2.19" result="Pass" />
2021-09-16T10:43:41.6115835Z       <test name="Bank Pmt. Appl. Tolerance:SalesPmtToleranceWhenConfirmPmtDiscTolWarningOnAutomaticApplication" method="SalesPmtToleranceWhenConfirmPmtDiscTolWarningOnAutomaticApplication" time="2.033" result="Pass" />
2021-09-16T10:43:41.6116777Z       <test name="Bank Pmt. Appl. Tolerance:NoSalesPmtToleranceWhenDoNotConfirmPmtDiscTolWarningOnAutomaticApplication" method="NoSalesPmtToleranceWhenDoNotConfirmPmtDiscTolWarningOnAutomaticApplication" time="2.05" result="Pass" />
2021-09-16T10:43:41.6117815Z       <test name="Bank Pmt. Appl. Tolerance:SalesPmtToleranceWhenConfirmPmtDiscTolWarningOnManualApplication" method="SalesPmtToleranceWhenConfirmPmtDiscTolWarningOnManualApplication" time="2.284" result="Pass" />
2021-09-16T10:43:41.6118736Z       <test name="Bank Pmt. Appl. Tolerance:NoSalesPmtToleranceWhenDoNotConfirmPmtDiscTolWarningOnManualApplication" method="NoSalesPmtToleranceWhenDoNotConfirmPmtDiscTolWarningOnManualApplication" time="2.32" result="Pass" />
2021-09-16T10:43:41.6119714Z       <test name="Bank Pmt. Appl. Tolerance:SalesPmtDiscToleranceWhenConfirmPmtDiscTolWarningOnAutomaticApplication" method="SalesPmtDiscToleranceWhenConfirmPmtDiscTolWarningOnAutomaticApplication" time="2.11" result="Pass" />
2021-09-16T10:43:41.6120676Z       <test name="Bank Pmt. Appl. Tolerance:NoSalesPmtDiscToleranceWhenDoNotConfirmPmtDiscTolWarningOnAutomaticApplication" method="NoSalesPmtDiscToleranceWhenDoNotConfirmPmtDiscTolWarningOnAutomaticApplication" time="2.036" result="Pass" />
2021-09-16T10:43:41.6121631Z       <test name="Bank Pmt. Appl. Tolerance:SalesPmtDiscToleranceWhenConfirmPmtDiscTolWarningOnManualApplication" method="SalesPmtDiscToleranceWhenConfirmPmtDiscTolWarningOnManualApplication" time="2.427" result="Pass" />
2021-09-16T10:43:41.6122573Z       <test name="Bank Pmt. Appl. Tolerance:NoSalesPmtDiscToleranceWhenDoNotConfirmPmtDiscTolWarningOnManualApplication" method="NoSalesPmtDiscToleranceWhenDoNotConfirmPmtDiscTolWarningOnManualApplication" time="2.413" result="Pass" />
2021-09-16T10:43:41.6123506Z       <test name="Bank Pmt. Appl. Tolerance:ClearSalesAcceptedPmtDiscToleranceWhenRemoveBankAccReconciliation" method="ClearSalesAcceptedPmtDiscToleranceWhenRemoveBankAccReconciliation" time="2.05" result="Pass" />
2021-09-16T10:43:41.6124485Z       <test name="Bank Pmt. Appl. Tolerance:ClearSalesAcceptedPmtToleranceWhenRemoveBankAccReconciliation" method="ClearSalesAcceptedPmtToleranceWhenRemoveBankAccReconciliation" time="2.124" result="Pass" />
2021-09-16T10:43:41.6125443Z       <test name="Bank Pmt. Appl. Tolerance:PurchAppliedPmtEntryWithPmtToleranceWhenConfirmPmtDiscTolWarningOnAutomaticApplication" method="PurchAppliedPmtEntryWithPmtToleranceWhenConfirmPmtDiscTolWarningOnAutomaticApplication" time="2.32" result="Pass" />
2021-09-16T10:43:41.6126477Z       <test name="Bank Pmt. Appl. Tolerance:PurchAppliedPmtEntryWithNoPmtToleranceWhenDoNotConfirmPmtDiscTolWarningOnAutomaticApplication" method="PurchAppliedPmtEntryWithNoPmtToleranceWhenDoNotConfirmPmtDiscTolWarningOnAutomaticApplication" time="2.097" result="Pass" />
2021-09-16T10:43:41.6127514Z       <test name="Bank Pmt. Appl. Tolerance:PurchAppliedPmtEntryWithPmtToleranceWhenConfirmPmtDiscTolWarningOnManualApplication" method="PurchAppliedPmtEntryWithPmtToleranceWhenConfirmPmtDiscTolWarningOnManualApplication" time="2.55" result="Pass" />
2021-09-16T10:43:41.6128537Z       <test name="Bank Pmt. Appl. Tolerance:PurchAppliedPmtEntryWithNoPmtToleranceWhenDoNotConfirmPmtDiscTolWarningOnManualApplication" method="PurchAppliedPmtEntryWithNoPmtToleranceWhenDoNotConfirmPmtDiscTolWarningOnManualApplication" time="2.527" result="Pass" />
2021-09-16T10:43:41.6129590Z       <test name="Bank Pmt. Appl. Tolerance:PurchAppliedPmtEntryWithPmtDiscToleranceWhenConfirmPmtDiscTolWarningOnAutomaticApplication" method="PurchAppliedPmtEntryWithPmtDiscToleranceWhenConfirmPmtDiscTolWarningOnAutomaticApplication" time="2.134" result="Pass" />
2021-09-16T10:43:41.6130659Z       <test name="Bank Pmt. Appl. Tolerance:PurchAppliedPmtEntryWithNoPmtDiscToleranceWhenDoNotConfirmPmtDiscTolWarningOnAutomaticApplication" method="PurchAppliedPmtEntryWithNoPmtDiscToleranceWhenDoNotConfirmPmtDiscTolWarningOnAutomaticApplication" time="2.166" result="Pass" />
2021-09-16T10:43:41.6131725Z       <test name="Bank Pmt. Appl. Tolerance:PurchAppliedPmtEntryWithPmtDiscToleranceWhenConfirmPmtDiscTolWarningOnManualApplication" method="PurchAppliedPmtEntryWithPmtDiscToleranceWhenConfirmPmtDiscTolWarningOnManualApplication" time="2.573" result="Pass" />
2021-09-16T10:43:41.6132826Z       <test name="Bank Pmt. Appl. Tolerance:PurchAppliedPmtEntryWithNoPmtDiscToleranceWhenDoNotConfirmPmtDiscTolWarningOnManualApplication" method="PurchAppliedPmtEntryWithNoPmtDiscToleranceWhenDoNotConfirmPmtDiscTolWarningOnManualApplication" time="2.57" result="Pass" />
2021-09-16T10:43:41.6133813Z       <test name="Bank Pmt. Appl. Tolerance:PurchPmtToleranceWhenConfirmPmtDiscTolWarningOnAutomaticApplication" method="PurchPmtToleranceWhenConfirmPmtDiscTolWarningOnAutomaticApplication" time="2.27" result="Pass" />
2021-09-16T10:43:41.6134766Z       <test name="Bank Pmt. Appl. Tolerance:NoPurchPmtToleranceWhenDoNotConfirmPmtDiscTolWarningOnAutomaticApplication" method="NoPurchPmtToleranceWhenDoNotConfirmPmtDiscTolWarningOnAutomaticApplication" time="2.4" result="Pass" />
2021-09-16T10:43:41.6135743Z       <test name="Bank Pmt. Appl. Tolerance:PurchPmtToleranceWhenConfirmPmtDiscTolWarningOnManualApplication" method="PurchPmtToleranceWhenConfirmPmtDiscTolWarningOnManualApplication" time="2.693" result="Pass" />
2021-09-16T10:43:41.6136663Z       <test name="Bank Pmt. Appl. Tolerance:NoPurchPmtToleranceWhenDoNotConfirmPmtDiscTolWarningOnManualApplication" method="NoPurchPmtToleranceWhenDoNotConfirmPmtDiscTolWarningOnManualApplication" time="2.68" result="Pass" />
2021-09-16T10:43:41.6137599Z       <test name="Bank Pmt. Appl. Tolerance:PurchPmtDiscToleranceWhenConfirmPmtDiscTolWarningOnAutomaticApplication" method="PurchPmtDiscToleranceWhenConfirmPmtDiscTolWarningOnAutomaticApplication" time="2.27" result="Pass" />
2021-09-16T10:43:41.6138550Z       <test name="Bank Pmt. Appl. Tolerance:NoPurchPmtDiscToleranceWhenDoNotConfirmPmtDiscTolWarningOnAutomaticApplication" method="NoPurchPmtDiscToleranceWhenDoNotConfirmPmtDiscTolWarningOnAutomaticApplication" time="2.324" result="Pass" />
2021-09-16T10:43:41.6139554Z       <test name="Bank Pmt. Appl. Tolerance:PurchPmtDiscToleranceWhenConfirmPmtDiscTolWarningOnManualApplication" method="PurchPmtDiscToleranceWhenConfirmPmtDiscTolWarningOnManualApplication" time="2.914" result="Pass" />
2021-09-16T10:43:41.6140500Z       <test name="Bank Pmt. Appl. Tolerance:NoPurchPmtDiscToleranceWhenDoNotConfirmPmtDiscTolWarningOnManualApplication" method="NoPurchPmtDiscToleranceWhenDoNotConfirmPmtDiscTolWarningOnManualApplication" time="2.787" result="Pass" />
2021-09-16T10:43:41.6141417Z       <test name="Bank Pmt. Appl. Tolerance:ClearPurchAcceptedPmtDiscToleranceWhenRemoveBankAccReconciliation" method="ClearPurchAcceptedPmtDiscToleranceWhenRemoveBankAccReconciliation" time="2.35" result="Pass" />
2021-09-16T10:43:41.6142304Z       <test name="Bank Pmt. Appl. Tolerance:ClearPurchAcceptedPmtToleranceWhenRemoveBankAccReconciliation" method="ClearPurchAcceptedPmtToleranceWhenRemoveBankAccReconciliation" time="2.4" result="Pass" />
2021-09-16T10:43:41.6143218Z       <test name="Bank Pmt. Appl. Tolerance:SalesAcceptedPmtToleranceRevertedWhenTransderDiffToGLAccAfterApplication" method="SalesAcceptedPmtToleranceRevertedWhenTransderDiffToGLAccAfterApplication" time="2.913" result="Pass" />
2021-09-16T10:43:41.6144200Z       <test name="Bank Pmt. Appl. Tolerance:SalesAcceptedPmtToleranceDecreasedWhenTransderModifiedDiffToGLAccAfterApplication" method="SalesAcceptedPmtToleranceDecreasedWhenTransderModifiedDiffToGLAccAfterApplication" time="2.96" result="Pass" />
2021-09-16T10:43:41.6145214Z       <test name="Bank Pmt. Appl. Tolerance:PurchAcceptedPmtToleranceRevertedWhenTransderDiffToGLAccAfterApplication" method="PurchAcceptedPmtToleranceRevertedWhenTransderDiffToGLAccAfterApplication" time="2.863" result="Pass" />
2021-09-16T10:43:41.6146178Z       <test name="Bank Pmt. Appl. Tolerance:PurchAcceptedPmtToleranceDecreasedWhenTransderModifiedDiffToGLAccAfterApplication" method="PurchAcceptedPmtToleranceDecreasedWhenTransderModifiedDiffToGLAccAfterApplication" time="2.897" result="Pass" />
2021-09-16T10:43:41.6147166Z       <test name="Bank Pmt. Appl. Tolerance:SalesAppliedPmtEntryWithPmtToleranceConfirmedWhenPostingDateAfterPmtDiscDate" method="SalesAppliedPmtEntryWithPmtToleranceConfirmedWhenPostingDateAfterPmtDiscDate" time="2.37" result="Pass" />
2021-09-16T10:43:41.6148188Z       <test name="Bank Pmt. Appl. Tolerance:PurchAppliedPmtEntryWithPmtToleranceConfirmedWhenPostingDateAfterPmtDiscDate" method="PurchAppliedPmtEntryWithPmtToleranceConfirmedWhenPostingDateAfterPmtDiscDate" time="2.417" result="Pass" />
2021-09-16T10:43:41.6149094Z       <test name="Bank Pmt. Appl. Tolerance:SalesBankStatementNoUsesAsDocNoInPmtToleranceWarningWindow" method="SalesBankStatementNoUsesAsDocNoInPmtToleranceWarningWindow" time="2.41" result="Pass" />
2021-09-16T10:43:41.6149948Z       <test name="Bank Pmt. Appl. Tolerance:PurchBankStatementNoUsesAsDocNoInPmtToleranceWarningWindow" method="PurchBankStatementNoUsesAsDocNoInPmtToleranceWarningWindow" time="2.526" result="Pass" />
2021-09-16T10:43:41.6150501Z     </collection>
2021-09-16T10:43:41.6150744Z   </assembly>
2021-09-16T10:43:41.6151306Z   <assembly name="134263 Test Bank Payment Application" test-framework="PS Test Runner" run-date="2021-09-16" run-time="12:41:38" total="41" passed="40" failed="1" skipped="0" time="9.863">
2021-09-16T10:43:41.6152043Z     <collection name="Test Bank Payment Application" total="41" passed="40" failed="1" skipped="0" time="9.863" Skipped="0">
2021-09-16T10:43:41.6152626Z       <test name="Test Bank Payment Application:TestPmtWithDim" method="TestPmtWithDim" time="2.284" result="Pass" />
2021-09-16T10:43:41.6153290Z       <test name="Test Bank Payment Application:TestPmtWithDim2" method="TestPmtWithDim2" time="0.17" result="Pass" />
2021-09-16T10:43:41.6154103Z       <test name="Test Bank Payment Application:TestPmtWithDim3" method="TestPmtWithDim3" time="0.124" result="Pass" />
2021-09-16T10:43:41.6155078Z       <test name="Test Bank Payment Application:TestPmtWithBlockedDim" method="TestPmtWithBlockedDim" time="0.753" result="Pass" />
2021-09-16T10:43:41.6155901Z       <test name="Test Bank Payment Application:TestPmtWithBlockedDimComb" method="TestPmtWithBlockedDimComb" time="0.673" result="Pass" />
2021-09-16T10:43:41.6156593Z       <test name="Test Bank Payment Application:TestPmtApplnMultipleLines" method="TestPmtApplnMultipleLines" time="0.25" result="Pass" />
2021-09-16T10:43:41.6157227Z       <test name="Test Bank Payment Application:TestPmtApplnAmt" method="TestPmtApplnAmt" time="0.216" result="Pass" />
2021-09-16T10:43:41.6157877Z       <test name="Test Bank Payment Application:TestWrongStatementEndBalance" method="TestWrongStatementEndBalance" time="0.144" result="Pass" />
2021-09-16T10:43:41.6158592Z       <test name="Test Bank Payment Application:TestRemaingAmtPmtWithDiscMultipleAppln" method="TestRemaingAmtPmtWithDiscMultipleAppln" time="0.656" result="Pass" />
2021-09-16T10:43:41.6159293Z       <test name="Test Bank Payment Application:TestPmtApplnMultipleCust" method="TestPmtApplnMultipleCust" time="0.33" result="Pass" />
2021-09-16T10:43:41.6159949Z       <test name="Test Bank Payment Application:TestPostPmtWithoutRecLine" method="TestPostPmtWithoutRecLine" time="0.124" result="Pass" />
2021-09-16T10:43:41.6160614Z       <test name="Test Bank Payment Application:TestPostPmtWithoutAppln" method="TestPostPmtWithoutAppln" time="0.126" result="Pass" />
2021-09-16T10:43:41.6161250Z       <test name="Test Bank Payment Application:TestPostPmtWithAppln" method="TestPostPmtWithAppln" time="0.187" result="Pass" />
2021-09-16T10:43:41.6161894Z       <test name="Test Bank Payment Application:TestPostPmtWithDiscAppln" method="TestPostPmtWithDiscAppln" time="0.437" result="Pass" />
2021-09-16T10:43:41.6162565Z       <test name="Test Bank Payment Application:TestPostPmtWithDiscMultipleAppln" method="TestPostPmtWithDiscMultipleAppln" time="0.22" result="Pass" />
2021-09-16T10:43:41.6163253Z       <test name="Test Bank Payment Application:TestPostPmtWithNoDiscAppln" method="TestPostPmtWithNoDiscAppln" time="0.237" result="Pass" />
2021-09-16T10:43:41.6163941Z       <test name="Test Bank Payment Application:TestPostPmtWithVendAppln" method="TestPostPmtWithVendAppln" time="0.33" result="Pass" />
2021-09-16T10:43:41.6164706Z       <test name="Test Bank Payment Application:TestPostPmtWithFCYInvAppln" method="TestPostPmtWithFCYInvAppln" time="0.297" result="Pass" />
2021-09-16T10:43:41.6165369Z       <test name="Test Bank Payment Application:TestPostPmtWithFCYPayAppln" method="TestPostPmtWithFCYPayAppln" time="0.143" result="Pass" />
2021-09-16T10:43:41.6166024Z       <test name="Test Bank Payment Application:TestPostPmtWithFCYDiscAppln" method="TestPostPmtWithFCYDiscAppln" time="0.19" result="Pass" />
2021-09-16T10:43:41.6166714Z       <test name="Test Bank Payment Application:TestPostPmtWithLCYInvAndFCYPayAppln" method="TestPostPmtWithLCYInvAndFCYPayAppln" time="0.19" result="Pass" />
2021-09-16T10:43:41.6167443Z       <test name="Test Bank Payment Application:TestPostPmtWithDiscFCYInvAndLCYPayAppln" method="TestPostPmtWithDiscFCYInvAndLCYPayAppln" time="0.25" result="Pass" />
2021-09-16T10:43:41.6168209Z       <test name="Test Bank Payment Application:TestGetAmountToleranceRangeToleranceAmountType" method="TestGetAmountToleranceRangeToleranceAmountType" time="0.03" result="Pass" />
2021-09-16T10:43:41.6169042Z       <test name="Test Bank Payment Application:TestGetAmountToleranceRangeToleranceAmountTypeForNegativeAmount" method="TestGetAmountToleranceRangeToleranceAmountTypeForNegativeAmount" time="0.016" result="Pass" />
2021-09-16T10:43:41.6169940Z       <test name="Test Bank Payment Application:TestGetAmountToleranceRangeToleranceAmountGreaterThanTheAmount" method="TestGetAmountToleranceRangeToleranceAmountGreaterThanTheAmount" time="0.016" result="Pass" />
2021-09-16T10:43:41.6170863Z       <test name="Test Bank Payment Application:TestGetAmountToleranceRangeToleranceAmountGreaterThanTheNegativeAmount" method="TestGetAmountToleranceRangeToleranceAmountGreaterThanTheNegativeAmount" time="0.013" result="Pass" />
2021-09-16T10:43:41.6171792Z       <test name="Test Bank Payment Application:TestPercentageTypeToleranceAmountFromBankAccount" method="TestPercentageTypeToleranceAmountFromBankAccount" time="0.017" result="Pass" />
2021-09-16T10:43:41.6172648Z       <test name="Test Bank Payment Application:TestPercentageTypeToleranceAmountFromBankAccountWithNegativeAmount" method="TestPercentageTypeToleranceAmountFromBankAccountWithNegativeAmount" time="0.03" result="Pass" />
2021-09-16T10:43:41.6173553Z       <test name="Test Bank Payment Application:TestPercentageTypeToleranceAmountFromBankAccountZeroPercentage" method="TestPercentageTypeToleranceAmountFromBankAccountZeroPercentage" time="0.016" result="Pass" />
2021-09-16T10:43:41.6174503Z       <test name="Test Bank Payment Application:TestPercentageTypeToleranceAmountFromBankAccountZeroPercentageWithNegativeAmount" method="TestPercentageTypeToleranceAmountFromBankAccountZeroPercentageWithNegativeAmount" time="0.016" result="Pass" />
2021-09-16T10:43:41.6175476Z       <test name="Test Bank Payment Application:PostedSourceCodeAfterReconPaymentApplication" method="PostedSourceCodeAfterReconPaymentApplication" time="0.19" result="Pass" />
2021-09-16T10:43:41.6176254Z       <test name="Test Bank Payment Application:UT_RemaingAmtAfterPostingOnBankAccReconLine" method="UT_RemaingAmtAfterPostingOnBankAccReconLine" time="0.124" result="Pass" />
2021-09-16T10:43:41.6177066Z       <test name="Test Bank Payment Application:SalesApplyPmtInLCYToInvoiceInFCYWithDiffCurrencyExchangeRate" method="SalesApplyPmtInLCYToInvoiceInFCYWithDiffCurrencyExchangeRate" time="0.206" result="Pass" />
2021-09-16T10:43:41.6177949Z       <test name="Test Bank Payment Application:PurchApplyPmtInLCYToInvoiceInFCYWithDiffCurrencyExchangeRate" method="PurchApplyPmtInLCYToInvoiceInFCYWithDiffCurrencyExchangeRate" time="0.296" result="Pass" />
2021-09-16T10:43:41.6178814Z       <test name="Test Bank Payment Application:AppliesToIdIsBlankWhenNoEntriesAppliesDuringSalesPosting" method="AppliesToIdIsBlankWhenNoEntriesAppliesDuringSalesPosting" time="0.063" result="Pass" />
2021-09-16T10:43:41.6179723Z       <test name="Test Bank Payment Application:AppliesToIdIsBlankWhenNoEntriesAppliesDuringPurchPosting" method="AppliesToIdIsBlankWhenNoEntriesAppliesDuringPurchPosting" time="0.063" result="Pass" />
2021-09-16T10:43:41.6180580Z       <test name="Test Bank Payment Application:BankPaymentApplicationBankReconciliationLCYToBankAccountLCY" method="BankPaymentApplicationBankReconciliationLCYToBankAccountLCY" time="0.063" result="Pass" />
2021-09-16T10:43:41.6181453Z       <test name="Test Bank Payment Application:BankPaymentApplicationBankReconciliationFCYToBankAccountFCY" method="BankPaymentApplicationBankReconciliationFCYToBankAccountFCY" time="0.077" result="Pass" />
2021-09-16T10:43:41.6182349Z       <test name="Test Bank Payment Application:BankPaymentApplicationBankReconciliationToBankAccountDiffCurrencies" method="BankPaymentApplicationBankReconciliationToBankAccountDiffCurrencies" time="0.063" result="Pass" />
2021-09-16T10:43:41.6183183Z       <test name="Test Bank Payment Application:PostPmtWithDateLessThanInvoicePostingDate" method="PostPmtWithDateLessThanInvoicePostingDate" time="0.123" result="Fail">
2021-09-16T10:43:41.6183680Z         <failure>
2021-09-16T10:43:41.6184395Z           <message>You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.</message>
2021-09-16T10:43:41.6185304Z           <stack-trace>"Test Bank Payment Application"(CodeUnit 134263).PostPmtWithDateLessThanInvoicePostingDate line 20 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6185838Z "Test Runner - Mgt"(CodeUnit 130454).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6186789Z "Test Runner - Isol. Codeunit"(CodeUnit 130450).OnRun - Test Runner by Microsoft
2021-09-16T10:43:41.6187220Z "Test Suite Mgt."(CodeUnit 130456).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6187642Z "Test Suite Mgt."(CodeUnit 130456).RunSelectedTests - Test Runner by Microsoft
2021-09-16T10:43:41.6188137Z "Command Line Test Tool"(Page 130455)."RunSelectedTests - OnAction" - Test Runner by Microsoft</stack-trace>
2021-09-16T10:43:41.6188524Z         </failure>
2021-09-16T10:43:41.6188765Z       </test>
2021-09-16T10:43:41.6189252Z       <test name="Test Bank Payment Application:NegativeAmountCanBeAppliedInPmtReconJnl" method="NegativeAmountCanBeAppliedInPmtReconJnl" time="0.11" result="Pass" />
2021-09-16T10:43:41.6189749Z     </collection>
2021-09-16T10:43:41.6189992Z   </assembly>
2021-09-16T10:43:41.6190558Z   <assembly name="134264 Applied Payment Entries Test" test-framework="PS Test Runner" run-date="2021-09-16" run-time="12:41:56" total="15" passed="0" failed="15" skipped="0" time="0.269">
2021-09-16T10:43:41.6191295Z     <collection name="Applied Payment Entries Test" total="15" passed="0" failed="15" skipped="0" time="0.269" Skipped="0">
2021-09-16T10:43:41.6191895Z       <test name="Applied Payment Entries Test:AutomaticApplyToEntry" method="AutomaticApplyToEntry" time="0.03" result="Fail">
2021-09-16T10:43:41.6192332Z         <failure>
2021-09-16T10:43:41.6193041Z           <message>You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.</message>
2021-09-16T10:43:41.6193912Z           <stack-trace>"Applied Payment Entries Test"(CodeUnit 134264).CloseExistingEntries line 6 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6194470Z "Applied Payment Entries Test"(CodeUnit 134264).Initialize line 8 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6194960Z "Applied Payment Entries Test"(CodeUnit 134264).AutomaticApplyToEntry line 14 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6195428Z "Test Runner - Mgt"(CodeUnit 130454).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6195859Z "Test Runner - Isol. Codeunit"(CodeUnit 130450).OnRun - Test Runner by Microsoft
2021-09-16T10:43:41.6196470Z "Test Suite Mgt."(CodeUnit 130456).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6197018Z "Test Suite Mgt."(CodeUnit 130456).RunSelectedTests - Test Runner by Microsoft
2021-09-16T10:43:41.6197643Z "Command Line Test Tool"(Page 130455)."RunSelectedTests - OnAction" - Test Runner by Microsoft</stack-trace>
2021-09-16T10:43:41.6198179Z         </failure>
2021-09-16T10:43:41.6198499Z       </test>
2021-09-16T10:43:41.6198950Z       <test name="Applied Payment Entries Test:RejectApplication" method="RejectApplication" time="0.017" result="Fail">
2021-09-16T10:43:41.6201796Z         <failure>
2021-09-16T10:43:41.6202572Z           <message>You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.</message>
2021-09-16T10:43:41.6203459Z           <stack-trace>"Applied Payment Entries Test"(CodeUnit 134264).CloseExistingEntries line 6 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6203987Z "Applied Payment Entries Test"(CodeUnit 134264).Initialize line 8 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6204479Z "Applied Payment Entries Test"(CodeUnit 134264).RejectApplication line 15 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6204977Z "Test Runner - Mgt"(CodeUnit 130454).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6205439Z "Test Runner - Isol. Codeunit"(CodeUnit 130450).OnRun - Test Runner by Microsoft
2021-09-16T10:43:41.6205868Z "Test Suite Mgt."(CodeUnit 130456).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6206294Z "Test Suite Mgt."(CodeUnit 130456).RunSelectedTests - Test Runner by Microsoft
2021-09-16T10:43:41.6206912Z "Command Line Test Tool"(Page 130455)."RunSelectedTests - OnAction" - Test Runner by Microsoft</stack-trace>
2021-09-16T10:43:41.6207314Z         </failure>
2021-09-16T10:43:41.6207560Z       </test>
2021-09-16T10:43:41.6208040Z       <test name="Applied Payment Entries Test:RejectApplicationFromPaymentJournal" method="RejectApplicationFromPaymentJournal" time="0.03" result="Fail">
2021-09-16T10:43:41.6208523Z         <failure>
2021-09-16T10:43:41.6209243Z           <message>You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.</message>
2021-09-16T10:43:41.6210137Z           <stack-trace>"Applied Payment Entries Test"(CodeUnit 134264).CloseExistingEntries line 6 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6210678Z "Applied Payment Entries Test"(CodeUnit 134264).Initialize line 8 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6211211Z "Applied Payment Entries Test"(CodeUnit 134264).RejectApplicationFromPaymentJournal line 16 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6211699Z "Test Runner - Mgt"(CodeUnit 130454).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6212138Z "Test Runner - Isol. Codeunit"(CodeUnit 130450).OnRun - Test Runner by Microsoft
2021-09-16T10:43:41.6212578Z "Test Suite Mgt."(CodeUnit 130456).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6213013Z "Test Suite Mgt."(CodeUnit 130456).RunSelectedTests - Test Runner by Microsoft
2021-09-16T10:43:41.6213498Z "Command Line Test Tool"(Page 130455)."RunSelectedTests - OnAction" - Test Runner by Microsoft</stack-trace>
2021-09-16T10:43:41.6213893Z         </failure>
2021-09-16T10:43:41.6214137Z       </test>
2021-09-16T10:43:41.6214567Z       <test name="Applied Payment Entries Test:UnapplyApplication" method="UnapplyApplication" time="0.016" result="Fail">
2021-09-16T10:43:41.6214991Z         <failure>
2021-09-16T10:43:41.6215711Z           <message>You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.</message>
2021-09-16T10:43:41.6216712Z           <stack-trace>"Applied Payment Entries Test"(CodeUnit 134264).CloseExistingEntries line 6 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6217235Z "Applied Payment Entries Test"(CodeUnit 134264).Initialize line 8 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6217735Z "Applied Payment Entries Test"(CodeUnit 134264).UnapplyApplication line 14 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6218197Z "Test Runner - Mgt"(CodeUnit 130454).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6218629Z "Test Runner - Isol. Codeunit"(CodeUnit 130450).OnRun - Test Runner by Microsoft
2021-09-16T10:43:41.6219054Z "Test Suite Mgt."(CodeUnit 130456).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6219491Z "Test Suite Mgt."(CodeUnit 130456).RunSelectedTests - Test Runner by Microsoft
2021-09-16T10:43:41.6219970Z "Command Line Test Tool"(Page 130455)."RunSelectedTests - OnAction" - Test Runner by Microsoft</stack-trace>
2021-09-16T10:43:41.6220364Z         </failure>
2021-09-16T10:43:41.6220609Z       </test>
2021-09-16T10:43:41.6221053Z       <test name="Applied Payment Entries Test:UnapplyByApplyingZeroAmount" method="UnapplyByApplyingZeroAmount" time="0.016" result="Fail">
2021-09-16T10:43:41.6221504Z         <failure>
2021-09-16T10:43:41.6222221Z           <message>You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.</message>
2021-09-16T10:43:41.6223093Z           <stack-trace>"Applied Payment Entries Test"(CodeUnit 134264).CloseExistingEntries line 6 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6223694Z "Applied Payment Entries Test"(CodeUnit 134264).Initialize line 8 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6224207Z "Applied Payment Entries Test"(CodeUnit 134264).UnapplyByApplyingZeroAmount line 13 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6224683Z "Test Runner - Mgt"(CodeUnit 130454).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6225123Z "Test Runner - Isol. Codeunit"(CodeUnit 130450).OnRun - Test Runner by Microsoft
2021-09-16T10:43:41.6225553Z "Test Suite Mgt."(CodeUnit 130456).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6225983Z "Test Suite Mgt."(CodeUnit 130456).RunSelectedTests - Test Runner by Microsoft
2021-09-16T10:43:41.6226467Z "Command Line Test Tool"(Page 130455)."RunSelectedTests - OnAction" - Test Runner by Microsoft</stack-trace>
2021-09-16T10:43:41.6226862Z         </failure>
2021-09-16T10:43:41.6227106Z       </test>
2021-09-16T10:43:41.6227551Z       <test name="Applied Payment Entries Test:ReapplyUnappliedApplication" method="ReapplyUnappliedApplication" time="0.017" result="Fail">
2021-09-16T10:43:41.6228006Z         <failure>
2021-09-16T10:43:41.6228717Z           <message>You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.</message>
2021-09-16T10:43:41.6229604Z           <stack-trace>"Applied Payment Entries Test"(CodeUnit 134264).CloseExistingEntries line 6 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6230141Z "Applied Payment Entries Test"(CodeUnit 134264).Initialize line 8 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6230648Z "Applied Payment Entries Test"(CodeUnit 134264).ReapplyUnappliedApplication line 13 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6231123Z "Test Runner - Mgt"(CodeUnit 130454).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6231552Z "Test Runner - Isol. Codeunit"(CodeUnit 130450).OnRun - Test Runner by Microsoft
2021-09-16T10:43:41.6231988Z "Test Suite Mgt."(CodeUnit 130456).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6232417Z "Test Suite Mgt."(CodeUnit 130456).RunSelectedTests - Test Runner by Microsoft
2021-09-16T10:43:41.6232891Z "Command Line Test Tool"(Page 130455)."RunSelectedTests - OnAction" - Test Runner by Microsoft</stack-trace>
2021-09-16T10:43:41.6233344Z         </failure>
2021-09-16T10:43:41.6233588Z       </test>
2021-09-16T10:43:41.6234041Z       <test name="Applied Payment Entries Test:AcceptApplication" method="AcceptApplication" time="0.017" result="Fail">
2021-09-16T10:43:41.6234507Z         <failure>
2021-09-16T10:43:41.6235192Z           <message>You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.</message>
2021-09-16T10:43:41.6236055Z           <stack-trace>"Applied Payment Entries Test"(CodeUnit 134264).CloseExistingEntries line 6 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6236591Z "Applied Payment Entries Test"(CodeUnit 134264).Initialize line 8 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6237085Z "Applied Payment Entries Test"(CodeUnit 134264).AcceptApplication line 14 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6237540Z "Test Runner - Mgt"(CodeUnit 130454).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6237974Z "Test Runner - Isol. Codeunit"(CodeUnit 130450).OnRun - Test Runner by Microsoft
2021-09-16T10:43:41.6238401Z "Test Suite Mgt."(CodeUnit 130456).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6238828Z "Test Suite Mgt."(CodeUnit 130456).RunSelectedTests - Test Runner by Microsoft
2021-09-16T10:43:41.6239309Z "Command Line Test Tool"(Page 130455)."RunSelectedTests - OnAction" - Test Runner by Microsoft</stack-trace>
2021-09-16T10:43:41.6239734Z         </failure>
2021-09-16T10:43:41.6240047Z       </test>
2021-09-16T10:43:41.6240591Z       <test name="Applied Payment Entries Test:AcceptApplicationFromPaymentJournal" method="AcceptApplicationFromPaymentJournal" time="0.017" result="Fail">
2021-09-16T10:43:41.6241250Z         <failure>
2021-09-16T10:43:41.6242096Z           <message>You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.</message>
2021-09-16T10:43:41.6243127Z           <stack-trace>"Applied Payment Entries Test"(CodeUnit 134264).CloseExistingEntries line 6 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6243659Z "Applied Payment Entries Test"(CodeUnit 134264).Initialize line 8 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6244179Z "Applied Payment Entries Test"(CodeUnit 134264).AcceptApplicationFromPaymentJournal line 14 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6244668Z "Test Runner - Mgt"(CodeUnit 130454).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6245132Z "Test Runner - Isol. Codeunit"(CodeUnit 130450).OnRun - Test Runner by Microsoft
2021-09-16T10:43:41.6245570Z "Test Suite Mgt."(CodeUnit 130456).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6246001Z "Test Suite Mgt."(CodeUnit 130456).RunSelectedTests - Test Runner by Microsoft
2021-09-16T10:43:41.6246487Z "Command Line Test Tool"(Page 130455)."RunSelectedTests - OnAction" - Test Runner by Microsoft</stack-trace>
2021-09-16T10:43:41.6246874Z         </failure>
2021-09-16T10:43:41.6247114Z       </test>
2021-09-16T10:43:41.6247532Z       <test name="Applied Payment Entries Test:ChangeAmountToApply" method="ChangeAmountToApply" time="0.016" result="Fail">
2021-09-16T10:43:41.6247953Z         <failure>
2021-09-16T10:43:41.6248662Z           <message>You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.</message>
2021-09-16T10:43:41.6249549Z           <stack-trace>"Applied Payment Entries Test"(CodeUnit 134264).CloseExistingEntries line 6 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6250084Z "Applied Payment Entries Test"(CodeUnit 134264).Initialize line 8 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6250585Z "Applied Payment Entries Test"(CodeUnit 134264).ChangeAmountToApply line 13 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6251157Z "Test Runner - Mgt"(CodeUnit 130454).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6251600Z "Test Runner - Isol. Codeunit"(CodeUnit 130450).OnRun - Test Runner by Microsoft
2021-09-16T10:43:41.6252034Z "Test Suite Mgt."(CodeUnit 130456).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6252455Z "Test Suite Mgt."(CodeUnit 130456).RunSelectedTests - Test Runner by Microsoft
2021-09-16T10:43:41.6252948Z "Command Line Test Tool"(Page 130455)."RunSelectedTests - OnAction" - Test Runner by Microsoft</stack-trace>
2021-09-16T10:43:41.6253331Z         </failure>
2021-09-16T10:43:41.6253574Z       </test>
2021-09-16T10:43:41.6254020Z       <test name="Applied Payment Entries Test:ApplyToMultipleEntries" method="ApplyToMultipleEntries" time="0.02" result="Fail">
2021-09-16T10:43:41.6254462Z         <failure>
2021-09-16T10:43:41.6255168Z           <message>You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.</message>
2021-09-16T10:43:41.6256048Z           <stack-trace>"Applied Payment Entries Test"(CodeUnit 134264).CloseExistingEntries line 6 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6256582Z "Applied Payment Entries Test"(CodeUnit 134264).Initialize line 8 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6257200Z "Applied Payment Entries Test"(CodeUnit 134264).ApplyToMultipleEntries line 14 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6257806Z "Test Runner - Mgt"(CodeUnit 130454).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6258503Z "Test Runner - Isol. Codeunit"(CodeUnit 130450).OnRun - Test Runner by Microsoft
2021-09-16T10:43:41.6259059Z "Test Suite Mgt."(CodeUnit 130456).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6259622Z "Test Suite Mgt."(CodeUnit 130456).RunSelectedTests - Test Runner by Microsoft
2021-09-16T10:43:41.6260171Z "Command Line Test Tool"(Page 130455)."RunSelectedTests - OnAction" - Test Runner by Microsoft</stack-trace>
2021-09-16T10:43:41.6260549Z         </failure>
2021-09-16T10:43:41.6260790Z       </test>
2021-09-16T10:43:41.6261224Z       <test name="Applied Payment Entries Test:ApplyToDifferentEntry" method="ApplyToDifferentEntry" time="0.013" result="Fail">
2021-09-16T10:43:41.6261656Z         <failure>
2021-09-16T10:43:41.6262352Z           <message>You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.</message>
2021-09-16T10:43:41.6263222Z           <stack-trace>"Applied Payment Entries Test"(CodeUnit 134264).CloseExistingEntries line 6 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6263749Z "Applied Payment Entries Test"(CodeUnit 134264).Initialize line 8 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6264277Z "Applied Payment Entries Test"(CodeUnit 134264).ApplyToDifferentEntry line 16 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6264732Z "Test Runner - Mgt"(CodeUnit 130454).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6265160Z "Test Runner - Isol. Codeunit"(CodeUnit 130450).OnRun - Test Runner by Microsoft
2021-09-16T10:43:41.6265581Z "Test Suite Mgt."(CodeUnit 130456).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6265999Z "Test Suite Mgt."(CodeUnit 130456).RunSelectedTests - Test Runner by Microsoft
2021-09-16T10:43:41.6266478Z "Command Line Test Tool"(Page 130455)."RunSelectedTests - OnAction" - Test Runner by Microsoft</stack-trace>
2021-09-16T10:43:41.6266858Z         </failure>
2021-09-16T10:43:41.6267095Z       </test>
2021-09-16T10:43:41.6267576Z       <test name="Applied Payment Entries Test:UnableToApplyAmountWithDifferentSign" method="UnableToApplyAmountWithDifferentSign" time="0.013" result="Fail">
2021-09-16T10:43:41.6268044Z         <failure>
2021-09-16T10:43:41.6268842Z           <message>You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.</message>
2021-09-16T10:43:41.6269723Z           <stack-trace>"Applied Payment Entries Test"(CodeUnit 134264).CloseExistingEntries line 6 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6270247Z "Applied Payment Entries Test"(CodeUnit 134264).Initialize line 8 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6270765Z "Applied Payment Entries Test"(CodeUnit 134264).UnableToApplyAmountWithDifferentSign line 12 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6271249Z "Test Runner - Mgt"(CodeUnit 130454).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6271671Z "Test Runner - Isol. Codeunit"(CodeUnit 130450).OnRun - Test Runner by Microsoft
2021-09-16T10:43:41.6272089Z "Test Suite Mgt."(CodeUnit 130456).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6272515Z "Test Suite Mgt."(CodeUnit 130456).RunSelectedTests - Test Runner by Microsoft
2021-09-16T10:43:41.6272995Z "Command Line Test Tool"(Page 130455)."RunSelectedTests - OnAction" - Test Runner by Microsoft</stack-trace>
2021-09-16T10:43:41.6273375Z         </failure>
2021-09-16T10:43:41.6273613Z       </test>
2021-09-16T10:43:41.6274088Z       <test name="Applied Payment Entries Test:UnableToApplyMoreThanRemainingAmount" method="UnableToApplyMoreThanRemainingAmount" time="0.017" result="Fail">
2021-09-16T10:43:41.6274558Z         <failure>
2021-09-16T10:43:41.6275332Z           <message>You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.</message>
2021-09-16T10:43:41.6276245Z           <stack-trace>"Applied Payment Entries Test"(CodeUnit 134264).CloseExistingEntries line 6 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6276776Z "Applied Payment Entries Test"(CodeUnit 134264).Initialize line 8 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6277294Z "Applied Payment Entries Test"(CodeUnit 134264).UnableToApplyMoreThanRemainingAmount line 12 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6277783Z "Test Runner - Mgt"(CodeUnit 130454).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6278208Z "Test Runner - Isol. Codeunit"(CodeUnit 130450).OnRun - Test Runner by Microsoft
2021-09-16T10:43:41.6278640Z "Test Suite Mgt."(CodeUnit 130456).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6279063Z "Test Suite Mgt."(CodeUnit 130456).RunSelectedTests - Test Runner by Microsoft
2021-09-16T10:43:41.6279550Z "Command Line Test Tool"(Page 130455)."RunSelectedTests - OnAction" - Test Runner by Microsoft</stack-trace>
2021-09-16T10:43:41.6279931Z         </failure>
2021-09-16T10:43:41.6280173Z       </test>
2021-09-16T10:43:41.6280652Z       <test name="Applied Payment Entries Test:TotalsOnPaymentReconciliationJournal" method="TotalsOnPaymentReconciliationJournal" time="0.014" result="Fail">
2021-09-16T10:43:41.6281136Z         <failure>
2021-09-16T10:43:41.6281832Z           <message>You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.</message>
2021-09-16T10:43:41.6282697Z           <stack-trace>"Applied Payment Entries Test"(CodeUnit 134264).CloseExistingEntries line 6 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6283223Z "Applied Payment Entries Test"(CodeUnit 134264).Initialize line 8 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6283744Z "Applied Payment Entries Test"(CodeUnit 134264).TotalsOnPaymentReconciliationJournal line 12 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6284233Z "Test Runner - Mgt"(CodeUnit 130454).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6284654Z "Test Runner - Isol. Codeunit"(CodeUnit 130450).OnRun - Test Runner by Microsoft
2021-09-16T10:43:41.6285133Z "Test Suite Mgt."(CodeUnit 130456).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6285558Z "Test Suite Mgt."(CodeUnit 130456).RunSelectedTests - Test Runner by Microsoft
2021-09-16T10:43:41.6286043Z "Command Line Test Tool"(Page 130455)."RunSelectedTests - OnAction" - Test Runner by Microsoft</stack-trace>
2021-09-16T10:43:41.6286422Z         </failure>
2021-09-16T10:43:41.6286661Z       </test>
2021-09-16T10:43:41.6287156Z       <test name="Applied Payment Entries Test:AccountNameOnPaymentReconciliationJournal" method="AccountNameOnPaymentReconciliationJournal" time="0.016" result="Fail">
2021-09-16T10:43:41.6287653Z         <failure>
2021-09-16T10:43:41.6288360Z           <message>You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.</message>
2021-09-16T10:43:41.6289226Z           <stack-trace>"Applied Payment Entries Test"(CodeUnit 134264).CloseExistingEntries line 6 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6289755Z "Applied Payment Entries Test"(CodeUnit 134264).Initialize line 8 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6290285Z "Applied Payment Entries Test"(CodeUnit 134264).AccountNameOnPaymentReconciliationJournal line 13 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6290779Z "Test Runner - Mgt"(CodeUnit 130454).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6291201Z "Test Runner - Isol. Codeunit"(CodeUnit 130450).OnRun - Test Runner by Microsoft
2021-09-16T10:43:41.6291630Z "Test Suite Mgt."(CodeUnit 130456).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6292119Z "Test Suite Mgt."(CodeUnit 130456).RunSelectedTests - Test Runner by Microsoft
2021-09-16T10:43:41.6292603Z "Command Line Test Tool"(Page 130455)."RunSelectedTests - OnAction" - Test Runner by Microsoft</stack-trace>
2021-09-16T10:43:41.6292981Z         </failure>
2021-09-16T10:43:41.6293223Z       </test>
2021-09-16T10:43:41.6293462Z     </collection>
2021-09-16T10:43:41.6293701Z   </assembly>
2021-09-16T10:43:41.6294237Z   <assembly name="134267 Payment Proposal UT" test-framework="PS Test Runner" run-date="2021-09-16" run-time="12:42:04" total="51" passed="51" failed="0" skipped="0" time="9.602">
2021-09-16T10:43:41.6294933Z     <collection name="Payment Proposal UT" total="51" passed="51" failed="0" skipped="0" time="9.602" Skipped="0">
2021-09-16T10:43:41.6295515Z       <test name="Payment Proposal UT:TestApplied_OnCrMemo" method="TestApplied_OnCrMemo" time="0.85" result="Pass" />
2021-09-16T10:43:41.6296366Z       <test name="Payment Proposal UT:TestApplied_OnCrMemo_WithInv" method="TestApplied_OnCrMemo_WithInv" time="0.41" result="Pass" />
2021-09-16T10:43:41.6297235Z       <test name="Payment Proposal UT:TestApplied_OnCrMemo_WithInvAndCrMemo" method="TestApplied_OnCrMemo_WithInvAndCrMemo" time="0.407" result="Pass" />
2021-09-16T10:43:41.6298022Z       <test name="Payment Proposal UT:TestApplied_ToInv_WheneTherIsNothingToApplyLeft" method="TestApplied_ToInv_WheneTherIsNothingToApplyLeft" time="0.373" result="Pass" />
2021-09-16T10:43:41.6298949Z       <test name="Payment Proposal UT:TestApplied_ToInv_Sunshine" method="TestApplied_ToInv_Sunshine" time="0.36" result="Pass" />
2021-09-16T10:43:41.6299847Z       <test name="Payment Proposal UT:TestSuggestAmtToApply_OnCustCrMemo" method="TestSuggestAmtToApply_OnCustCrMemo" time="0.14" result="Pass" />
2021-09-16T10:43:41.6300943Z       <test name="Payment Proposal UT:TestPaymentProposalFieldsMatchAppliedEntryFields" method="TestPaymentProposalFieldsMatchAppliedEntryFields" time="0.033" result="Pass" />
2021-09-16T10:43:41.6302049Z       <test name="Payment Proposal UT:TestPaymentProposalSpecificFields" method="TestPaymentProposalSpecificFields" time="0.014" result="Pass" />
2021-09-16T10:43:41.6303002Z       <test name="Payment Proposal UT:TestCreateFromAppliedEntry" method="TestCreateFromAppliedEntry" time="0.19" result="Pass" />
2021-09-16T10:43:41.6304029Z       <test name="Payment Proposal UT:TestCreateFromMatchingBuffer" method="TestCreateFromMatchingBuffer" time="0.14" result="Pass" />
2021-09-16T10:43:41.6305073Z       <test name="Payment Proposal UT:TestApplyTransfersEntireAmountWhenAmountsAreMatching" method="TestApplyTransfersEntireAmountWhenAmountsAreMatching" time="0.143" result="Pass" />
2021-09-16T10:43:41.6306102Z       <test name="Payment Proposal UT:TestApplyWhenAmountIsMissing" method="TestApplyWhenAmountIsMissing" time="0.14" result="Pass" />
2021-09-16T10:43:41.6307008Z       <test name="Payment Proposal UT:TestApplyWithExcessAmount" method="TestApplyWithExcessAmount" time="0.123" result="Pass" />
2021-09-16T10:43:41.6307894Z       <test name="Payment Proposal UT:TestApplyOnMultipleRecords" method="TestApplyOnMultipleRecords" time="0.36" result="Pass" />
2021-09-16T10:43:41.6308844Z       <test name="Payment Proposal UT:TestUncheckingApplySingleRow" method="TestUncheckingApplySingleRow" time="0.156" result="Pass" />
2021-09-16T10:43:41.6309825Z       <test name="Payment Proposal UT:TestUncheckingApplyMultipleRows" method="TestUncheckingApplyMultipleRows" time="0.33" result="Pass" />
2021-09-16T10:43:41.6310895Z       <test name="Payment Proposal UT:TestSettingAppliedAmountOnSingleRowAppliesEntries" method="TestSettingAppliedAmountOnSingleRowAppliesEntries" time="0.14" result="Pass" />
2021-09-16T10:43:41.6311999Z       <test name="Payment Proposal UT:TestSettingAppliedAmountTooGreatRaisesError" method="TestSettingAppliedAmountTooGreatRaisesError" time="0.146" result="Pass" />
2021-09-16T10:43:41.6313125Z       <test name="Payment Proposal UT:TestSettingAppliedAmountOnMultipleRowsAppliesEntries" method="TestSettingAppliedAmountOnMultipleRowsAppliesEntries" time="0.33" result="Pass" />
2021-09-16T10:43:41.6314192Z       <test name="Payment Proposal UT:TestChangingAppliedAmountUpdatesExistingEntries" method="TestChangingAppliedAmountUpdatesExistingEntries" time="0.39" result="Pass" />
2021-09-16T10:43:41.6315204Z       <test name="Payment Proposal UT:TestSettingAppliedAmountToZeroUnapliesEntries" method="TestSettingAppliedAmountToZeroUnapliesEntries" time="0.157" result="Pass" />
2021-09-16T10:43:41.6316118Z       <test name="Payment Proposal UT:TestSettingAppliedAmountToZeroUnappliesMultipleEntries" method="TestSettingAppliedAmountToZeroUnappliesMultipleEntries" time="0.343" result="Pass" />
2021-09-16T10:43:41.6316889Z       <test name="Payment Proposal UT:TestCreatingANewGLLine" method="TestCreatingANewGLLine" time="0.047" result="Pass" />
2021-09-16T10:43:41.6317795Z       <test name="Payment Proposal UT:TestCreatingANewCustomerLine" method="TestCreatingANewCustomerLine" time="0.047" result="Pass" />
2021-09-16T10:43:41.6318732Z       <test name="Payment Proposal UT:TestCreatingANewVendorLine" method="TestCreatingANewVendorLine" time="0.047" result="Pass" />
2021-09-16T10:43:41.6319661Z       <test name="Payment Proposal UT:TestDeletingANewCustomerLine" method="TestDeletingANewCustomerLine" time="0.063" result="Pass" />
2021-09-16T10:43:41.6320737Z       <test name="Payment Proposal UT:TestItIsNotPossibleToChangeAccountTypeWhenAmountIsApplied" method="TestItIsNotPossibleToChangeAccountTypeWhenAmountIsApplied" time="0.047" result="Pass" />
2021-09-16T10:43:41.6321935Z       <test name="Payment Proposal UT:TestItIsNotPossibleToChangeAccountNoWhenAmountIsApplied" method="TestItIsNotPossibleToChangeAccountNoWhenAmountIsApplied" time="0.067" result="Pass" />
2021-09-16T10:43:41.6323073Z       <test name="Payment Proposal UT:TestTransferingExcessAmountToCustomerAccount" method="TestTransferingExcessAmountToCustomerAccount" time="0.153" result="Pass" />
2021-09-16T10:43:41.6324392Z       <test name="Payment Proposal UT:TestRemovingOfTransferingExcessAmountToCustomerAccount" method="TestRemovingOfTransferingExcessAmountToCustomerAccount" time="0.157" result="Pass" />
2021-09-16T10:43:41.6325535Z       <test name="Payment Proposal UT:TestUpdatingCustomerDiscountOnNotAppliedProposal" method="TestUpdatingCustomerDiscountOnNotAppliedProposal" time="0.156" result="Pass" />
2021-09-16T10:43:41.6326801Z       <test name="Payment Proposal UT:TestSettingCustomerDiscountOnAppliedProposal" method="TestSettingCustomerDiscountOnAppliedProposal" time="0.174" result="Pass" />
2021-09-16T10:43:41.6327939Z       <test name="Payment Proposal UT:TestSettingCustomerDiscountOnAppliedProposalSettlesAmount" method="TestSettingCustomerDiscountOnAppliedProposalSettlesAmount" time="0.17" result="Pass" />
2021-09-16T10:43:41.6329186Z       <test name="Payment Proposal UT:TestIncreasingCustomerDiscountOnAppliedAmountTakesRemainingAmount" method="TestIncreasingCustomerDiscountOnAppliedAmountTakesRemainingAmount" time="0.173" result="Pass" />
2021-09-16T10:43:41.6330418Z       <test name="Payment Proposal UT:TestDecreasingCustomerDiscountKeepsAppliedDiscount" method="TestDecreasingCustomerDiscountKeepsAppliedDiscount" time="0.173" result="Pass" />
2021-09-16T10:43:41.6331549Z       <test name="Payment Proposal UT:TestDecreasingCustomerDiscountRemovesAppliedDiscount" method="TestDecreasingCustomerDiscountRemovesAppliedDiscount" time="0.174" result="Pass" />
2021-09-16T10:43:41.6332697Z       <test name="Payment Proposal UT:TestSettingAppliedAmountToZeroRemovesTheDiscount" method="TestSettingAppliedAmountToZeroRemovesTheDiscount" time="0.156" result="Pass" />
2021-09-16T10:43:41.6333778Z       <test name="Payment Proposal UT:TestSettingTheFullAmountGivesTheDiscount" method="TestSettingTheFullAmountGivesTheDiscount" time="0.14" result="Pass" />
2021-09-16T10:43:41.6334866Z       <test name="Payment Proposal UT:TestSettingTheDiscountAmountGivesTheDiscount" method="TestSettingTheDiscountAmountGivesTheDiscount" time="0.14" result="Pass" />
2021-09-16T10:43:41.6335984Z       <test name="Payment Proposal UT:TestChangingTheAmountRemovesTheDiscount" method="TestChangingTheAmountRemovesTheDiscount" time="0.156" result="Pass" />
2021-09-16T10:43:41.6336707Z       <test name="Payment Proposal UT:TestRemovingTheAmountRemovesTheDiscount" method="TestRemovingTheAmountRemovesTheDiscount" time="0.157" result="Pass" />
2021-09-16T10:43:41.6337464Z       <test name="Payment Proposal UT:TestSelectingApplySetsTheDiscountCustomerPaidFullAmount" method="TestSelectingApplySetsTheDiscountCustomerPaidFullAmount" time="0.14" result="Pass" />
2021-09-16T10:43:41.6338281Z       <test name="Payment Proposal UT:TestSelectingApplySetsTheDiscountCustomerPaidDiscountAmount" method="TestSelectingApplySetsTheDiscountCustomerPaidDiscountAmount" time="0.173" result="Pass" />
2021-09-16T10:43:41.6339141Z       <test name="Payment Proposal UT:TestSelectingApplyDoesntSetDiscountIfAmountIsUnderExpectedAmount" method="TestSelectingApplyDoesntSetDiscountIfAmountIsUnderExpectedAmount" time="0.19" result="Pass" />
2021-09-16T10:43:41.6339934Z       <test name="Payment Proposal UT:TestUncheckingApplyRemovesTheDiscount" method="TestUncheckingApplyRemovesTheDiscount" time="0.154" result="Pass" />
2021-09-16T10:43:41.6340657Z       <test name="Payment Proposal UT:TestApplyingOnMultipleLinesGivesTheDiscount" method="TestApplyingOnMultipleLinesGivesTheDiscount" time="0.157" result="Pass" />
2021-09-16T10:43:41.6341454Z       <test name="Payment Proposal UT:TestApplyingOnMultipleLinesGivesTheDiscountByTypingTheAmount" method="TestApplyingOnMultipleLinesGivesTheDiscountByTypingTheAmount" time="0.173" result="Pass" />
2021-09-16T10:43:41.6342244Z       <test name="Payment Proposal UT:TestCannotSetTheDiscountAmountToCustomerCreditLine" method="TestCannotSetTheDiscountAmountToCustomerCreditLine" time="0.14" result="Pass" />
2021-09-16T10:43:41.6342969Z       <test name="Payment Proposal UT:TestPaymentDiscToleranceDateIsSet" method="TestPaymentDiscToleranceDateIsSet" time="0.123" result="Pass" />
2021-09-16T10:43:41.6343754Z       <test name="Payment Proposal UT:TestModifyingPaymentDiscToleranceDateDoesntChangeDueDateAndViceVersa" method="TestModifyingPaymentDiscToleranceDateDoesntChangeDueDateAndViceVersa" time="0.14" result="Pass" />
2021-09-16T10:43:41.6344688Z       <test name="Payment Proposal UT:TestApplyingPaymentWithDateBeforePostingDateShowsWarning" method="TestApplyingPaymentWithDateBeforePostingDateShowsWarning" time="0.14" result="Pass" />
2021-09-16T10:43:41.6345273Z     </collection>
2021-09-16T10:43:41.6345539Z   </assembly>
2021-09-16T10:43:41.6346085Z   <assembly name="134268 Payment Proposal UT 2" test-framework="PS Test Runner" run-date="2021-09-16" run-time="12:42:23" total="34" passed="34" failed="0" skipped="0" time="6.165">
2021-09-16T10:43:41.6346796Z     <collection name="Payment Proposal UT 2" total="34" passed="34" failed="0" skipped="0" time="6.165" Skipped="0">
2021-09-16T10:43:41.6347410Z       <test name="Payment Proposal UT 2:TestApplyWhenAmountIsMissing" method="TestApplyWhenAmountIsMissing" time="0.33" result="Pass" />
2021-09-16T10:43:41.6348059Z       <test name="Payment Proposal UT 2:TestApplyWithExcessAmount" method="TestApplyWithExcessAmount" time="0.157" result="Pass" />
2021-09-16T10:43:41.6348698Z       <test name="Payment Proposal UT 2:TestApplyOnMultipleRecords" method="TestApplyOnMultipleRecords" time="0.313" result="Pass" />
2021-09-16T10:43:41.6349344Z       <test name="Payment Proposal UT 2:TestUncheckingApplySingleRow" method="TestUncheckingApplySingleRow" time="0.156" result="Pass" />
2021-09-16T10:43:41.6350010Z       <test name="Payment Proposal UT 2:TestUncheckingApplyMultipleRows" method="TestUncheckingApplyMultipleRows" time="0.42" result="Pass" />
2021-09-16T10:43:41.6350746Z       <test name="Payment Proposal UT 2:TestSettingAppliedAmountOnSingleRowAppliesEntries" method="TestSettingAppliedAmountOnSingleRowAppliesEntries" time="0.144" result="Pass" />
2021-09-16T10:43:41.6351504Z       <test name="Payment Proposal UT 2:TestSettingAppliedAmountTooGreatRaisesError" method="TestSettingAppliedAmountTooGreatRaisesError" time="0.133" result="Pass" />
2021-09-16T10:43:41.6352328Z       <test name="Payment Proposal UT 2:TestSettingAppliedAmountOnMultipleRowsAppliesEntries" method="TestSettingAppliedAmountOnMultipleRowsAppliesEntries" time="0.296" result="Pass" />
2021-09-16T10:43:41.6353124Z       <test name="Payment Proposal UT 2:TestChangingAppliedAmountUpdatesExistingEntries" method="TestChangingAppliedAmountUpdatesExistingEntries" time="0.36" result="Pass" />
2021-09-16T10:43:41.6353887Z       <test name="Payment Proposal UT 2:TestSettingAppliedAmountToZeroUnapliesEntries" method="TestSettingAppliedAmountToZeroUnapliesEntries" time="0.143" result="Pass" />
2021-09-16T10:43:41.6354680Z       <test name="Payment Proposal UT 2:TestSettingAppliedAmountToZeroUnappliesMultipleEntries" method="TestSettingAppliedAmountToZeroUnappliesMultipleEntries" time="0.347" result="Pass" />
2021-09-16T10:43:41.6355540Z       <test name="Payment Proposal UT 2:TestTransferingExcessAmountToVendorAccount" method="TestTransferingExcessAmountToVendorAccount" time="0.14" result="Pass" />
2021-09-16T10:43:41.6356762Z       <test name="Payment Proposal UT 2:TestRemovingOfTransferingExcessAmountToVendorAccount" method="TestRemovingOfTransferingExcessAmountToVendorAccount" time="0.14" result="Pass" />
2021-09-16T10:43:41.6357943Z       <test name="Payment Proposal UT 2:TestUpdatingVendorDiscountOnNotAppliedProposal" method="TestUpdatingVendorDiscountOnNotAppliedProposal" time="0.14" result="Pass" />
2021-09-16T10:43:41.6358758Z       <test name="Payment Proposal UT 2:TestSettingVendorDiscountOnAppliedProposal" method="TestSettingVendorDiscountOnAppliedProposal" time="0.186" result="Pass" />
2021-09-16T10:43:41.6359530Z       <test name="Payment Proposal UT 2:TestSettingVendorDiscountOnAppliedProposalSettlesAmount" method="TestSettingVendorDiscountOnAppliedProposalSettlesAmount" time="0.157" result="Pass" />
2021-09-16T10:43:41.6360385Z       <test name="Payment Proposal UT 2:TestIncreasingVendorDiscountOnAppliedAmountTakesRemainingAmount" method="TestIncreasingVendorDiscountOnAppliedAmountTakesRemainingAmount" time="0.17" result="Pass" />
2021-09-16T10:43:41.6361204Z       <test name="Payment Proposal UT 2:TestDecreasingVendorDiscountKeepsAppliedDiscount" method="TestDecreasingVendorDiscountKeepsAppliedDiscount" time="0.157" result="Pass" />
2021-09-16T10:43:41.6362078Z       <test name="Payment Proposal UT 2:TestDecreasingVendorDiscountRemovesAppliedDiscount" method="TestDecreasingVendorDiscountRemovesAppliedDiscount" time="0.157" result="Pass" />
2021-09-16T10:43:41.6362865Z       <test name="Payment Proposal UT 2:TestSettingAppliedAmountToZeroRemovesTheDiscount" method="TestSettingAppliedAmountToZeroRemovesTheDiscount" time="0.14" result="Pass" />
2021-09-16T10:43:41.6363606Z       <test name="Payment Proposal UT 2:TestSettingTheFullAmountGivesTheDiscount" method="TestSettingTheFullAmountGivesTheDiscount" time="0.14" result="Pass" />
2021-09-16T10:43:41.6364339Z       <test name="Payment Proposal UT 2:TestSettingTheDiscountAmountGivesTheDiscount" method="TestSettingTheDiscountAmountGivesTheDiscount" time="0.143" result="Pass" />
2021-09-16T10:43:41.6365058Z       <test name="Payment Proposal UT 2:TestChangingTheAmountRemovesTheDiscount" method="TestChangingTheAmountRemovesTheDiscount" time="0.157" result="Pass" />
2021-09-16T10:43:41.6365772Z       <test name="Payment Proposal UT 2:TestRemovingTheAmountRemovesTheDiscount" method="TestRemovingTheAmountRemovesTheDiscount" time="0.14" result="Pass" />
2021-09-16T10:43:41.6366527Z       <test name="Payment Proposal UT 2:TestSelectingApplySetsTheDiscountVendorPaidFullAmount" method="TestSelectingApplySetsTheDiscountVendorPaidFullAmount" time="0.143" result="Pass" />
2021-09-16T10:43:41.6367332Z       <test name="Payment Proposal UT 2:TestSelectingApplySetsTheDiscountVendorPaidDiscountAmount" method="TestSelectingApplySetsTheDiscountVendorPaidDiscountAmount" time="0.14" result="Pass" />
2021-09-16T10:43:41.6368238Z       <test name="Payment Proposal UT 2:TestSelectingApplyDoesntSetDiscountIfAmountIsUnderExpectedAmount" method="TestSelectingApplyDoesntSetDiscountIfAmountIsUnderExpectedAmount" time="0.14" result="Pass" />
2021-09-16T10:43:41.6369012Z       <test name="Payment Proposal UT 2:TestUncheckingApplyRemovesTheDiscount" method="TestUncheckingApplyRemovesTheDiscount" time="0.143" result="Pass" />
2021-09-16T10:43:41.6369737Z       <test name="Payment Proposal UT 2:TestApplyingOnMultipleLinesGivesTheDiscount" method="TestApplyingOnMultipleLinesGivesTheDiscount" time="0.143" result="Pass" />
2021-09-16T10:43:41.6370534Z       <test name="Payment Proposal UT 2:TestApplyingOnMultipleLinesGivesTheDiscountByTypingTheAmount" method="TestApplyingOnMultipleLinesGivesTheDiscountByTypingTheAmount" time="0.17" result="Pass" />
2021-09-16T10:43:41.6371477Z       <test name="Payment Proposal UT 2:TestCannotSetTheDiscountAmountToVendorCreditLine" method="TestCannotSetTheDiscountAmountToVendorCreditLine" time="0.127" result="Pass" />
2021-09-16T10:43:41.6372436Z       <test name="Payment Proposal UT 2:TestPaymentDiscToleranceDateIsSet" method="TestPaymentDiscToleranceDateIsSet" time="0.123" result="Pass" />
2021-09-16T10:43:41.6373517Z       <test name="Payment Proposal UT 2:TestModifyingPaymentDiscToleranceDateDoesntChangeDueDateAndViceVersa" method="TestModifyingPaymentDiscToleranceDateDoesntChangeDueDateAndViceVersa" time="0.13" result="Pass" />
2021-09-16T10:43:41.6374768Z       <test name="Payment Proposal UT 2:TestApplyingPaymentWithDateBeforePostingDateShowsWarning" method="TestApplyingPaymentWithDateBeforePostingDateShowsWarning" time="0.14" result="Pass" />
2021-09-16T10:43:41.6375565Z     </collection>
2021-09-16T10:43:41.6375934Z   </assembly>
2021-09-16T10:43:41.6376746Z   <assembly name="134269 Matching on Payment Discounts" test-framework="PS Test Runner" run-date="2021-09-16" run-time="12:42:39" total="30" passed="30" failed="0" skipped="0" time="6.741">
2021-09-16T10:43:41.6377844Z     <collection name="Matching on Payment Discounts" total="30" passed="30" failed="0" skipped="0" time="6.741" Skipped="0">
2021-09-16T10:43:41.6378763Z       <test name="Matching on Payment Discounts:CustomerPaidDiscountedAmountOnTime" method="CustomerPaidDiscountedAmountOnTime" time="0.546" result="Pass" />
2021-09-16T10:43:41.6380814Z       <test name="Matching on Payment Discounts:CustomerPaidDiscountedAmountAfterDiscountDate" method="CustomerPaidDiscountedAmountAfterDiscountDate" time="0.174" result="Pass" />
2021-09-16T10:43:41.6381940Z       <test name="Matching on Payment Discounts:CustomerPaidFullAmountInsteadOfDiscountedAmount" method="CustomerPaidFullAmountInsteadOfDiscountedAmount" time="0.173" result="Pass" />
2021-09-16T10:43:41.6383049Z       <test name="Matching on Payment Discounts:CustomerPaidFullAmountAfterDiscountDate" method="CustomerPaidFullAmountAfterDiscountDate" time="0.157" result="Pass" />
2021-09-16T10:43:41.6384198Z       <test name="Matching on Payment Discounts:CustomerApplicableDiscountMatchOnToleranceTypeAmount" method="CustomerApplicableDiscountMatchOnToleranceTypeAmount" time="0.153" result="Pass" />
2021-09-16T10:43:41.6385437Z       <test name="Matching on Payment Discounts:CustomerApplicableDiscountMatchOnToleranceTypePercentage" method="CustomerApplicableDiscountMatchOnToleranceTypePercentage" time="0.143" result="Pass" />
2021-09-16T10:43:41.6386789Z       <test name="Matching on Payment Discounts:CustomerMatchOnToleranceTypeAmountOnRemainingAmountWhenDiscountIsNotApplicable" method="CustomerMatchOnToleranceTypeAmountOnRemainingAmountWhenDiscountIsNotApplicable" time="0.14" result="Pass" />
2021-09-16T10:43:41.6388308Z       <test name="Matching on Payment Discounts:CustomerMatchOnToleranceTypePercentageOnRemainingAmountWhenDiscountIsNotApplicable" method="CustomerMatchOnToleranceTypePercentageOnRemainingAmountWhenDiscountIsNotApplicable" time="0.14" result="Pass" />
2021-09-16T10:43:41.6389643Z       <test name="Matching on Payment Discounts:CustomerLumpPaymentWithDiscountInvoicesPaidOnTime" method="CustomerLumpPaymentWithDiscountInvoicesPaidOnTime" time="0.257" result="Pass" />
2021-09-16T10:43:41.6391065Z       <test name="Matching on Payment Discounts:CustomerLumpPaymentWithInvoicesWithAndWithoutDiscountPaidOnTIme" method="CustomerLumpPaymentWithInvoicesWithAndWithoutDiscountPaidOnTIme" time="0.253" result="Pass" />
2021-09-16T10:43:41.6392337Z       <test name="Matching on Payment Discounts:CustomerLumpPaymentWithInvoicesPaidDiscountedAmountAfterDate" method="CustomerLumpPaymentWithInvoicesPaidDiscountedAmountAfterDate" time="0.267" result="Pass" />
2021-09-16T10:43:41.6393265Z       <test name="Matching on Payment Discounts:CustomerLumpPaymentWithInvoicesPaidFullAmountAfterDate" method="CustomerLumpPaymentWithInvoicesPaidFullAmountAfterDate" time="0.25" result="Pass" />
2021-09-16T10:43:41.6394190Z       <test name="Matching on Payment Discounts:CustomerLumpPaymentWithInvoicesMixOfInvoicesWithApplicableDiscountAndWithout" method="CustomerLumpPaymentWithInvoicesMixOfInvoicesWithApplicableDiscountAndWithout" time="0.333" result="Pass" />
2021-09-16T10:43:41.6395146Z       <test name="Matching on Payment Discounts:CustomerMixOfInvoicesWithAndWithoutDiscountsPaidCorrectly" method="CustomerMixOfInvoicesWithAndWithoutDiscountsPaidCorrectly" time="0.364" result="Pass" />
2021-09-16T10:43:41.6396039Z       <test name="Matching on Payment Discounts:CustomerMixOfInvoicesWithAndWithoutDiscountsPaidIncorrectly" method="CustomerMixOfInvoicesWithAndWithoutDiscountsPaidIncorrectly" time="0.313" result="Pass" />
2021-09-16T10:43:41.6396817Z       <test name="Matching on Payment Discounts:VendorPaidDiscountedAmountOnTime" method="VendorPaidDiscountedAmountOnTime" time="0.197" result="Pass" />
2021-09-16T10:43:41.6397565Z       <test name="Matching on Payment Discounts:VendorPaidDiscountedAmountAfterDiscountDate" method="VendorPaidDiscountedAmountAfterDiscountDate" time="0.153" result="Pass" />
2021-09-16T10:43:41.6398327Z       <test name="Matching on Payment Discounts:VendorPaidFullAmountInsteadOfDiscountedAmount" method="VendorPaidFullAmountInsteadOfDiscountedAmount" time="0.157" result="Pass" />
2021-09-16T10:43:41.6399165Z       <test name="Matching on Payment Discounts:VendorPaidFullAmountAfterDiscountDate" method="VendorPaidFullAmountAfterDiscountDate" time="0.143" result="Pass" />
2021-09-16T10:43:41.6400217Z       <test name="Matching on Payment Discounts:VendorApplicableDiscountMatchOnToleranceTypeAmount" method="VendorApplicableDiscountMatchOnToleranceTypeAmount" time="0.14" result="Pass" />
2021-09-16T10:43:41.6401139Z       <test name="Matching on Payment Discounts:VendorApplicableDiscountMatchOnToleranceTypePercentage" method="VendorApplicableDiscountMatchOnToleranceTypePercentage" time="0.157" result="Pass" />
2021-09-16T10:43:41.6402259Z       <test name="Matching on Payment Discounts:VendorMatchOnToleranceTypeAmountOnRemainingAmountWhenDiscountIsNotApplicable" method="VendorMatchOnToleranceTypeAmountOnRemainingAmountWhenDiscountIsNotApplicable" time="0.14" result="Pass" />
2021-09-16T10:43:41.6403404Z       <test name="Matching on Payment Discounts:VendorMatchOnToleranceTypePercentageOnRemainingAmountWhenDiscountIsNotApplicable" method="VendorMatchOnToleranceTypePercentageOnRemainingAmountWhenDiscountIsNotApplicable" time="0.144" result="Pass" />
2021-09-16T10:43:41.6404336Z       <test name="Matching on Payment Discounts:VendorLumpPaymentWithDiscountInvoicesPaidOnTime" method="VendorLumpPaymentWithDiscountInvoicesPaidOnTime" time="0.233" result="Pass" />
2021-09-16T10:43:41.6405177Z       <test name="Matching on Payment Discounts:VendorLumpPaymentWithInvoicesWithAndWithoutDiscountPaidOnTIme" method="VendorLumpPaymentWithInvoicesWithAndWithoutDiscountPaidOnTIme" time="0.233" result="Pass" />
2021-09-16T10:43:41.6406046Z       <test name="Matching on Payment Discounts:VendorLumpPaymentWithInvoicesPaidDiscountedAmountAfterDate" method="VendorLumpPaymentWithInvoicesPaidDiscountedAmountAfterDate" time="0.217" result="Pass" />
2021-09-16T10:43:41.6407016Z       <test name="Matching on Payment Discounts:VendorLumpPaymentWithInvoicesPaidFullAmountAfterDate" method="VendorLumpPaymentWithInvoicesPaidFullAmountAfterDate" time="0.237" result="Pass" />
2021-09-16T10:43:41.6407931Z       <test name="Matching on Payment Discounts:VendorLumpPaymentWithInvoicesMixOfInvoicesWithApplicableDiscountAndWithout" method="VendorLumpPaymentWithInvoicesMixOfInvoicesWithApplicableDiscountAndWithout" time="0.313" result="Pass" />
2021-09-16T10:43:41.6408843Z       <test name="Matching on Payment Discounts:VendorMixOfInvoicesWithAndWithoutDiscountsPaidCorrectly" method="VendorMixOfInvoicesWithAndWithoutDiscountsPaidCorrectly" time="0.314" result="Pass" />
2021-09-16T10:43:41.6409711Z       <test name="Matching on Payment Discounts:VendorMixOfInvoicesWithAndWithoutDiscountsPaidIncorrectly" method="VendorMixOfInvoicesWithAndWithoutDiscountsPaidIncorrectly" time="0.3" result="Pass" />
2021-09-16T10:43:41.6410266Z     </collection>
2021-09-16T10:43:41.6410510Z   </assembly>
2021-09-16T10:43:41.6411073Z   <assembly name="134271 Payment Recon. E2E Tests Perf." test-framework="PS Test Runner" run-date="2021-09-16" run-time="12:42:55" total="1" passed="0" failed="1" skipped="0" time="0.016">
2021-09-16T10:43:41.6411815Z     <collection name="Payment Recon. E2E Tests Perf." total="1" passed="0" failed="1" skipped="0" time="0.016" Skipped="0">
2021-09-16T10:43:41.6412459Z       <test name="Payment Recon. E2E Tests Perf.:TestXSalesOnePmtPeformance" method="TestXSalesOnePmtPeformance" time="0.016" result="Fail">
2021-09-16T10:43:41.6412920Z         <failure>
2021-09-16T10:43:41.6413644Z           <message>You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.</message>
2021-09-16T10:43:41.6414567Z           <stack-trace>"Payment Recon. E2E Tests Perf."(CodeUnit 134271).TestXSalesOnePmtPeformance line 12 - Tests-Bank by Microsoft
2021-09-16T10:43:41.6415157Z "Test Runner - Mgt"(CodeUnit 130454).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6415595Z "Test Runner - Isol. Codeunit"(CodeUnit 130450).OnRun - Test Runner by Microsoft
2021-09-16T10:43:41.6416028Z "Test Suite Mgt."(CodeUnit 130456).RunTests - Test Runner by Microsoft
2021-09-16T10:43:41.6416517Z "Test Suite Mgt."(CodeUnit 130456).RunSelectedTests - Test Runner by Microsoft
2021-09-16T10:43:41.6417010Z "Command Line Test Tool"(Page 130455)."RunSelectedTests - OnAction" - Test Runner by Microsoft</stack-trace>
2021-09-16T10:43:41.6417404Z         </failure>
2021-09-16T10:43:41.6417649Z       </test>
2021-09-16T10:43:41.6417883Z     </collection>
2021-09-16T10:43:41.6418130Z   </assembly>
2021-09-16T10:43:41.6418672Z   <assembly name="134500 ERM Cash Manager" test-framework="PS Test Runner" run-date="2021-09-16" run-time="12:43:05" total="29" passed="29" failed="0" skipped="0" time="4.375">
2021-09-16T10:43:41.6419365Z     <collection name="ERM Cash Manager" total="29" passed="29" failed="0" skipped="0" time="4.375" Skipped="0">
2021-09-16T10:43:41.6419911Z       <test name="ERM Cash Manager:UpdateBankAccount" method="UpdateBankAccount" time="0.143" result="Pass" />
2021-09-16T10:43:41.6420511Z       <test name="ERM Cash Manager:ChangeCurrencyOnBankAccount" method="ChangeCurrencyOnBankAccount" time="0.14" result="Pass" />
2021-09-16T10:43:41.6421188Z       <test name="ERM Cash Manager:ChangeCurrencyOnBankAccountFromBlankToLCY" method="ChangeCurrencyOnBankAccountFromBlankToLCY" time="0.093" result="Pass" />
2021-09-16T10:43:41.6421854Z       <test name="ERM Cash Manager:BankAccountPostingGroup" method="BankAccountPostingGroup" time="0.077" result="Pass" />
2021-09-16T10:43:41.6422477Z       <test name="ERM Cash Manager:PrintCheckWithoutLastCheckNo" method="PrintCheckWithoutLastCheckNo" time="0.143" result="Pass" />
2021-09-16T10:43:41.6423109Z       <test name="ERM Cash Manager:BalanceAndBalanceLCYInAccount" method="BalanceAndBalanceLCYInAccount" time="0.114" result="Pass" />
2021-09-16T10:43:41.6423784Z       <test name="ERM Cash Manager:PostBankAccountWithVAT" method="PostBankAccountWithVAT" time="0.216" result="Pass" />
2021-09-16T10:43:41.6424403Z       <test name="ERM Cash Manager:BankAccountWithBlockedOption" method="BankAccountWithBlockedOption" time="0.077" result="Pass" />
2021-09-16T10:43:41.6425134Z       <test name="ERM Cash Manager:BankAccountOnGenJournalBatch" method="BankAccountOnGenJournalBatch" time="0.03" result="Pass" />
2021-09-16T10:43:41.6426041Z       <test name="ERM Cash Manager:BankAccountReconcile" method="BankAccountReconcile" time="0.127" result="Pass" />
2021-09-16T10:43:41.6426894Z       <test name="ERM Cash Manager:PostBankAccountComputerCheck" method="PostBankAccountComputerCheck" time="0.097" result="Pass" />
2021-09-16T10:43:41.6427807Z       <test name="ERM Cash Manager:PostBankAccountWithManualCheck" method="PostBankAccountWithManualCheck" time="0.076" result="Pass" />
2021-09-16T10:43:41.6428771Z       <test name="ERM Cash Manager:ApplyBankRecLineToCheckEntry" method="ApplyBankRecLineToCheckEntry" time="0.25" result="Pass" />
2021-09-16T10:43:41.6429721Z       <test name="ERM Cash Manager:ApplyBankRecLineToCheckEntryNegative" method="ApplyBankRecLineToCheckEntryNegative" time="0.123" result="Pass" />
2021-09-16T10:43:41.6430705Z       <test name="ERM Cash Manager:StatementNoBankReconciliation" method="StatementNoBankReconciliation" time="0.016" result="Pass" />
2021-09-16T10:43:41.6431607Z       <test name="ERM Cash Manager:PostBankReconciliationError" method="PostBankReconciliationError" time="0.154" result="Pass" />
2021-09-16T10:43:41.6432492Z       <test name="ERM Cash Manager:PostBankReconciliationTotal" method="PostBankReconciliationTotal" time="0.08" result="Pass" />
2021-09-16T10:43:41.6433183Z       <test name="ERM Cash Manager:BankReconciliationSuggestLine" method="BankReconciliationSuggestLine" time="0.063" result="Pass" />
2021-09-16T10:43:41.6433828Z       <test name="ERM Cash Manager:PurchaseOrderWithoutBalAccount" method="PurchaseOrderWithoutBalAccount" time="0.613" result="Pass" />
2021-09-16T10:43:41.6434552Z       <test name="ERM Cash Manager:PurchaseOrderWithBalAccount" method="PurchaseOrderWithBalAccount" time="0.17" result="Pass" />
2021-09-16T10:43:41.6435390Z       <test name="ERM Cash Manager:ReconciliationStatementAmount" method="ReconciliationStatementAmount" time="0.08" result="Pass" />
2021-09-16T10:43:41.6436394Z       <test name="ERM Cash Manager:PostGeneralLineWithCorrection" method="PostGeneralLineWithCorrection" time="0.093" result="Pass" />
2021-09-16T10:43:41.6437345Z       <test name="ERM Cash Manager:ChangeBalanceLastStatement_ConfirmYes" method="ChangeBalanceLastStatement_ConfirmYes" time="0.094" result="Pass" />
2021-09-16T10:43:41.6438363Z       <test name="ERM Cash Manager:ChangeBalanceLastStatement_ConfirmNo" method="ChangeBalanceLastStatement_ConfirmNo" time="0.063" result="Pass" />
2021-09-16T10:43:41.6439339Z       <test name="ERM Cash Manager:CheckLedgerEntryWithManualCheck" method="CheckLedgerEntryWithManualCheck" time="0.063" result="Pass" />
2021-09-16T10:43:41.6440385Z       <test name="ERM Cash Manager:PrintCheckForPaymentsInMultipleCurrencies" method="PrintCheckForPaymentsInMultipleCurrencies" time="0.287" result="Pass" />
2021-09-16T10:43:41.6441386Z       <test name="ERM Cash Manager:DisablePrintCheckForExportedPayment" method="DisablePrintCheckForExportedPayment" time="0.11" result="Pass" />
2021-09-16T10:43:41.6442414Z       <test name="ERM Cash Manager:TestPrintCheckDoesNotIncrementLastCheckNo" method="TestPrintCheckDoesNotIncrementLastCheckNo" time="0.36" result="Pass" />
2021-09-16T10:43:41.6443532Z       <test name="ERM Cash Manager:LastCheckNoIncrementedWhenCheckPrintedWithTestPrintDisabled" method="LastCheckNoIncrementedWhenCheckPrintedWithTestPrintDisabled" time="0.423" result="Pass" />
2021-09-16T10:43:41.6444313Z     </collection>
2021-09-16T10:43:41.6444684Z   </assembly>
2021-09-16T10:43:41.6445472Z   <assembly name="134711 Autom. Payment Registration.UX" test-framework="PS Test Runner" run-date="2021-09-16" run-time="12:43:20" total="6" passed="6" failed="0" skipped="0" time="0.424">
2021-09-16T10:43:41.6446726Z     <collection name="Autom. Payment Registration.UX" total="6" passed="6" failed="0" skipped="0" time="0.424" Skipped="0">
2021-09-16T10:43:41.6447698Z       <test name="Autom. Payment Registration.UX:ImportNewStatementToNonSetBankAcc" method="ImportNewStatementToNonSetBankAcc" time="0.063" result="Pass" />
2021-09-16T10:43:41.6448744Z       <test name="Autom. Payment Registration.UX:ImportNewStatement_NoBankAcc" method="ImportNewStatement_NoBankAcc" time="0.077" result="Pass" />
2021-09-16T10:43:41.6449839Z       <test name="Autom. Payment Registration.UX:ImportNewStatement_Only1BankAcc_WithoutFileFormat" method="ImportNewStatement_Only1BankAcc_WithoutFileFormat" time="0.08" result="Pass" />
2021-09-16T10:43:41.6450909Z       <test name="Autom. Payment Registration.UX:ImportNewStatement_StmntNo" method="ImportNewStatement_StmntNo" time="0.06" result="Pass" />
2021-09-16T10:43:41.6451834Z       <test name="Autom. Payment Registration.UX:Post_YesNo" method="Post_YesNo" time="0.094" result="Pass" />
2021-09-16T10:43:41.6452747Z       <test name="Autom. Payment Registration.UX:StatementAmountMustNotBeZero" method="StatementAmountMustNotBeZero" time="0.05" result="Pass" />
2021-09-16T10:43:41.6453433Z     </collection>
2021-09-16T10:43:41.6453786Z   </assembly>
2021-09-16T10:43:41.6454617Z   <assembly name="134712 Autom. Payment Registration.UT" test-framework="PS Test Runner" run-date="2021-09-16" run-time="12:43:30" total="7" passed="7" failed="0" skipped="0" time="0.063">
2021-09-16T10:43:41.6455763Z     <collection name="Autom. Payment Registration.UT" total="7" passed="7" failed="0" skipped="0" time="0.063" Skipped="0">
2021-09-16T10:43:41.6456850Z       <test name="Autom. Payment Registration.UT:t273_BankAccountNo_ValidateFor_TypeBankReconciliation" method="t273_BankAccountNo_ValidateFor_TypeBankReconciliation" time="0.016" result="Pass" />
2021-09-16T10:43:41.6458172Z       <test name="Autom. Payment Registration.UT:t273_BankAccountNo_ValidateFor_TypeBankReconciliation_LastStmntNoIsExists" method="t273_BankAccountNo_ValidateFor_TypeBankReconciliation_LastStmntNoIsExists" time="0" result="Pass" />
2021-09-16T10:43:41.6459654Z       <test name="Autom. Payment Registration.UT:t273_BankAccountNo_ValidateFor_TypePaymentApplication" method="t273_BankAccountNo_ValidateFor_TypePaymentApplication" time="0.016" result="Pass" />
2021-09-16T10:43:41.6460772Z       <test name="Autom. Payment Registration.UT:t237_CreateNewBankPaymentAppBatch" method="t237_CreateNewBankPaymentAppBatch" time="0.014" result="Pass" />
2021-09-16T10:43:41.6461874Z       <test name="Autom. Payment Registration.UT:t237_CreateNewBankPaymentAppBatch_WrongBancAcc" method="t237_CreateNewBankPaymentAppBatch_WrongBancAcc" time="0" result="Pass" />
2021-09-16T10:43:41.6462984Z       <test name="Autom. Payment Registration.UT:t273_SetFiltersOnBankAccReconLineTable" method="t273_SetFiltersOnBankAccReconLineTable" time="0" result="Pass" />
2021-09-16T10:43:41.6463852Z       <test name="Autom. Payment Registration.UT:Post_YesNo" method="Post_YesNo" time="0.017" result="Pass" />
2021-09-16T10:43:41.6464271Z     </collection>
2021-09-16T10:43:41.6464508Z   </assembly>
2021-09-16T10:43:41.6464750Z </assemblies>
2021-09-16T10:43:41.6464866Z 
2021-09-16T10:43:41.6465286Z *** Get XUnit Test file from [c:\Run\DevOps\TestResults.xml] to [C:\vsts-agent-win-x64-2.177.1\_work\46\s\TestResults.xml]
2021-09-16T10:43:41.7391775Z 
2021-09-16T10:43:41.7397439Z *** Disconnect Docker session.
2021-09-16T10:43:41.7420658Z *** Docker session removed.
2021-09-16T10:43:41.7755563Z ##[warning]ERM Bank Reconciliation:TransferToGenJnlLineWithBalAcc: You do not have the following permissions on Report Trans. Bank Rec. to Gen. Jnl.: Execute.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.
2021-09-16T10:43:41.7767881Z ##[warning]ERM Bank Reconciliation:TransferToGenJnlLineWithoutBalAcc: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7770229Z ##[warning]ERM Bank Reconciliation:DateCompressCheckLedgerEntries: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7772055Z ##[warning]ERM Bank Reconciliation:CheckBankAccReconsiliation: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7773863Z ##[warning]ERM Bank Reconciliation:ReversalBankAccReconciliation: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7775566Z ##[warning]ERM Bank Reconciliation:SuggestBankReconcIncludeCheckTrue: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7777282Z ##[warning]ERM Bank Reconciliation:SuggestBankReconcIncludeCheckFalse: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7778963Z ##[warning]ERM Bank Reconciliation:DeleteBankStatementConfirmed: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7780665Z ##[warning]ERM Bank Reconciliation:DeleteBankStatementNotConfirmed: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7782361Z ##[warning]ERM Bank Reconciliation:VerifyTotalOutstandingChecks: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7784043Z ##[warning]ERM Bank Reconciliation:GetStatementNoFromBankAccount: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7785775Z ##[warning]ERM Bank Reconciliation:BankAccReconciliationBalanceToReconcile: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7787499Z ##[warning]ERM Bank Reconciliation:ShortcutDimsOnPaymentReconJournalLine: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7789929Z ##[warning]ERM Bank Reconciliation:SourceCodeSetupForReconPmtJnl: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7794632Z ##[warning]ERM Bank Reconciliation:VerifyDimSetIDOfCustLedgerEntryAfterPostingBankAccReconLine: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7809619Z ##[warning]ERM Bank Reconciliation:VerifyDimSetIDOfVendLedgerEntryAfterPostingBankAccReconLine: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7811926Z ##[warning]ERM Bank Reconciliation:VerifyVATEntryAfterPostingBankAccReconLineForGLAccount: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7814120Z ##[warning]ERM Bank Reconciliation:VerifySalespersonInDimSetOfBankAccReconLine: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7816665Z ##[warning]ERM Bank Reconciliation:VerifyPurchaserInDimSetOfBankAccReconLine: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7821690Z ##[warning]ERM Bank Reconciliation:GlobalDimensionInheritsFromDimensionSetIDOfBankAccReconLineOnPosting: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7826342Z ##[warning]ERM Bank Reconciliation:TransferToGenJnlLineWithReconcilBankAsBatchBalAcc: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7831253Z ##[warning]ERM Bank Reconciliation:TransferToGenJnlLineWithNotReconcilBankAsBatchBalAcc: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7835636Z ##[warning]ERM Bank Reconciliation:TransferToGenJnlLineWithGLAsBatchBalAcc: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7841175Z ##[warning]ERM Bank Reconciliation:TransferToGenJnlLineWithEmptyBankAsBatchBalAcc: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7845578Z ##[warning]ERM Bank Reconciliation:TransferToGenJnlLineWithEmptyGLAsBatchBalAcc: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7850602Z ##[warning]ERM Bank Reconciliation:ReversedEntriesAreNotShownInBankAccReconTest: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7855346Z ##[warning]ERM Bank Reconciliation:BankAccReconciliationLine_GetDescription: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7860558Z ##[warning]ERM Bank Reconciliation:PostBankAccRecon_Description_OnlyInLine: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7865087Z ##[warning]ERM Bank Reconciliation:PostBankAccRecon_Description_OnlyInAppliesEntry: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7869874Z ##[warning]ERM Bank Reconciliation:PostBankAccRecon_Description_Both: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7874530Z ##[warning]ERM Bank Reconciliation:PostPmtOnlyBankAccReconLastStatementFields: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7880297Z ##[warning]ERM Bank Reconciliation:PostBankAccReconLastStatementFields: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7884750Z ##[warning]ERM Bank Reconciliation:BankAccountStatementLinesDrillDown: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7889386Z ##[warning]ERM Bank Reconciliation:PostBankAccRecononciliationVendCrMemo: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7893977Z ##[warning]ERM Bank Reconciliation:TransferDifferenceAppliedToVendorToGLAccount: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7898385Z ##[warning]ERM Bank Reconciliation:ChangeAppliedAmountTransferredToVendor: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7903058Z ##[warning]ERM Bank Reconciliation:BankAccReconciliationCanBePostedWhenStatementWithStatementNoAlreadyExists: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7907313Z ##[warning]ERM Bank Reconciliation:BankAccReconciliationStatementNoTransfersToStatementWhenPostedAndNoStatementWithThisNoExists: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7911977Z ##[warning]ERM Bank Reconciliation:BankAccountReconciliationLinesDrillDown: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7917556Z ##[warning]ERM Bank Reconciliation:BankAccReconNotReversed: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7923284Z ##[warning]ERM Bank Reconciliation:BankAccReconciliationLineAccountTypeICPartnerConfirmMessage: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7928127Z ##[warning]ERM Bank Reconciliation:GLBalanceFieldsOfBanAccReconTestReportConsiderStatementDateWhenDefined: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7932802Z ##[warning]ERM Bank Reconciliation:GLBalanceFieldsOfBanAccReconTestReportDoesNotConsiderStatementDateWhenNotDefined: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7938202Z ##[warning]ERM Bank Reconciliation:TheFieldExternalDocumentNoAddedToApplyBankAccLedgerEntries: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7942485Z ##[warning]ERM Bank Reconciliation:TransferToGenJnlLineWithEmptyDocNo: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7946804Z ##[warning]ERM Bank Reconciliation:UndoBankAccStatementSunShine: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7951360Z ##[warning]ERM Bank Reconciliation:UndoBankAccountStatementBalanceLastStatement: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7955664Z ##[warning]ERM Bank Reconciliation:UndoBankStatementWithPartlyAppliedEntries: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7959920Z ##[warning]ERM Bank Reconciliation:UndoBankAccountStatementOpenCreatedReconciliation: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7964143Z ##[warning]ERM Bank Reconciliation:UndoBankAccountStatementNotConfirm: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7968341Z ##[warning]ERM Bank Reconciliation:UndoBankStatementWithDifferences: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7972679Z ##[warning]ERM Bank Reconciliation:UndoBankStatementWithCheckLedgerEntry: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7976863Z ##[warning]ERM Bank Reconciliation:UndoBankAccountStatementFromList: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7981274Z ##[warning]ERM Bank Reconciliation:ChangeBankReconciliationStatementNo: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7985547Z ##[warning]ERM Bank Reconciliation:ChangeBankReconciliationStatementNoWithCheckLE: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7989866Z ##[warning]ERM Bank Reconciliation:ChangeBankReconciliationStatementNoExistingStatementNo: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7993996Z ##[warning]ERM Bank Reconciliation:PostPaymentReconciliationJournalEmployee: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.7998263Z ##[warning]ERM Bank Reconciliation:PaymentReconciliationJournalEmployeeApplyPostUI: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.8002447Z ##[warning]ERM Bank Reconciliation:PaymentReconciliationJournalEmployeeUI: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.8006654Z ##[warning]ERM Bank Reconciliation:PaymentApplicationEmployeeApplyManually: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.8010914Z ##[warning]ERM Bank Reconciliation:PaymentApplicationEmployeeApplyAutomatically: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.8015068Z ##[warning]ERM Bank Reconciliation:PaymentApplicationEmployeeApplyAutomaticallyMatchingDisabled: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.8020043Z ##[warning]ERM Bank Reconciliation:PaymentApplicationEmployeeApplyAutomaticallyEmployeeName: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.8024487Z ##[warning]ERM Bank Reconciliation:InitReportSelectionPostedPaymentReconciliation: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.8028539Z ##[warning]ERM Bank Reconciliation:PrintPostedPaymentReconciliation: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.8033404Z ##[warning]ERM Bank Reconciliation:PrintPostedPaymentReconciliationFromCard: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.8038223Z ##[warning]ERM Bank Reconciliation:BalanceLastStatementAndStatementEndingBalanceWhenOneBankAccStatement: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.8042458Z ##[warning]ERM Bank Reconciliation:BalanceLastStatementAndStatementEndingBalanceWhenMultipleBankAccStatements: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.8046690Z ##[warning]ERM Bank Reconciliation:SequenceOfBankAccReconciliationOnDifferentDays: The Bank Payment Application Settings does not exist. Identification fields and values: PrimaryKey=''
2021-09-16T10:43:41.8051016Z ##[warning]Bank Pmt. Appl. Algorithm:TestCustSingleAmountMatchWithAmountPercentageTolerance: Assert.AreEqual failed. Expected:<1996> (Integer). Actual:<1995> (Integer). Matching is wrong for statement line 10000.
2021-09-16T10:43:41.8055764Z ##[warning]Test Bank Payment Application:PostPmtWithDateLessThanInvoicePostingDate: You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.
2021-09-16T10:43:41.8060006Z ##[warning]Applied Payment Entries Test:AutomaticApplyToEntry: You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.
2021-09-16T10:43:41.8064409Z ##[warning]Applied Payment Entries Test:RejectApplication: You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.
2021-09-16T10:43:41.8068892Z ##[warning]Applied Payment Entries Test:RejectApplicationFromPaymentJournal: You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.
2021-09-16T10:43:41.8073137Z ##[warning]Applied Payment Entries Test:UnapplyApplication: You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.
2021-09-16T10:43:41.8077892Z ##[warning]Applied Payment Entries Test:UnapplyByApplyingZeroAmount: You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.
2021-09-16T10:43:41.8082242Z ##[warning]Applied Payment Entries Test:ReapplyUnappliedApplication: You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.
2021-09-16T10:43:41.8086535Z ##[warning]Applied Payment Entries Test:AcceptApplication: You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.
2021-09-16T10:43:41.8090996Z ##[warning]Applied Payment Entries Test:AcceptApplicationFromPaymentJournal: You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.
2021-09-16T10:43:41.8095293Z ##[warning]Applied Payment Entries Test:ChangeAmountToApply: You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.
2021-09-16T10:43:41.8099674Z ##[warning]Applied Payment Entries Test:ApplyToMultipleEntries: You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.
2021-09-16T10:43:41.8104073Z ##[warning]Applied Payment Entries Test:ApplyToDifferentEntry: You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.
2021-09-16T10:43:41.8108473Z ##[warning]Applied Payment Entries Test:UnableToApplyAmountWithDifferentSign: You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.
2021-09-16T10:43:41.8112855Z ##[warning]Applied Payment Entries Test:UnableToApplyMoreThanRemainingAmount: You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.
2021-09-16T10:43:41.8117215Z ##[warning]Applied Payment Entries Test:TotalsOnPaymentReconciliationJournal: You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.
2021-09-16T10:43:41.8121554Z ##[warning]Applied Payment Entries Test:AccountNameOnPaymentReconciliationJournal: You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.
2021-09-16T10:43:41.8125888Z ##[warning]Payment Recon. E2E Tests Perf.:TestXSalesOnePmtPeformance: You do not have the following permissions on TableData Cust. Ledger Entry: Modify.\\To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '88'.
2021-09-16T10:43:41.8135208Z ##[warning]*** Running Tests failed. Ignoring result.
2021-09-16T10:43:41.8228528Z *** Cleanup VSTS Environment: True
2021-09-16T10:43:44.0814000Z ##[section]Finishing: ALOPS - Run TestSuite
lvanvugt commented 2 years ago

@waldo1001, any update on this?

waldo1001 commented 2 years ago

Hi @lvanvugt ,

I haven't been able to repro this, to be honest.

Could you help me providing a simple yaml (without templates) that indicates what is wrong? That would help a lot.

lvanvugt commented 2 years ago

Clear. Will do asap.

lvanvugt commented 2 years ago

@waldo1001 this was of my radar apparently. Apology. Have created a singlefold .yml.

yml

name: $(Build.BuildId)

trigger:
 branches:
   include:
     - master/TestFixtureInitializer

variables:
- group: 'PipelineVariables'

stages:  
  - stage: Build
    jobs:
      - job: Build
        timeoutInMinutes: 360
        pool: Default
        steps:
          ### Initialize Container
          - task: ALOpsDockerCreate@1
            displayName: "ALOPS - Create Docker Image - latest w1"
            inputs:
              artifactversion: $(artifactVersion)
              artifactcountry: $(artifactCountry)
              forcecreateimage: $(forceCreateImage)
              licensefile: $(LuxBeheerBcDevLicense)

          - task: ALOpsDockerStart@1
            displayName: 'ALOPS - Start Docker Container'

          - task: ALOpsDockerWait@1
            displayName: 'ALOPS - Wait for Docker Container to start'
            inputs:
              search_string: 'Ready for connections!'

          - task: ALOpsDockerExec@1
            condition: eq(variables.uninstallMsApps, 'true')
            displayName: 'ALOPS - Uninstall MS apps (but leave Application apps)'
            inputs:
              inline_script: |
                Get-NAVAppInfo -ServerInstance BC -tenant default -tenantspecificproperties | 
                  where isinstalled -eq $true | 
                    Where Publisher -eq Microsoft | 
                      where {$_.Name -ne 'Base Application' -and $_.Name -ne 'System Application' -and $_.Name -ne 'Application'}  | 
                        uninstall-navapp -tenant default -force

          - task: ALOpsAppPublish@1
            displayName: 'ALOPS - Install AL TestTool'
            inputs:
              usedocker: true
              installaltesttool: true
              skip_verification: true
              install_al_app_names: |
                Any
                Library Assert
                Library Variable Storage
                System Application Test Library
                Tests-TestLibraries
                Permissions Mock
                Test Runner

          ### install specific test apps
          - task: ALOpsAppPublish@1
            displayName: 'ALOPS - Install specific test app(s)' 
            inputs:
              usedocker: true
              installaltesttool: true
              skip_verification: true
              install_al_app_names: |
                _Exclude_APIV1_ Tests

          ### Compile and Cleanup
          - task: ALOpsAppCompiler@1
            displayName: 'ALOPS - Compile Extension: App'
            inputs:
              usedocker: true
              nav_app_version: '1.0.[yyyyWW].*'
              targetproject: 'TestFixtureInitializer/app/app.json'
              app_file_suffix: '_APP'

          - task: ALOpsAppPublish@1
            displayName: 'ALOPS - Publish Extension'
            inputs:
              usedocker: true
              nav_artifact_app_filter: '*.app'
              skip_verification: true

          - task: ALOpsAppCompiler@1
            displayName: 'ALOPS - Compile Extension: Test-App'
            inputs:
              usedocker: true
              nav_app_version: '1.0.[yyyyWW].*'
              targetproject: 'TestFixtureInitializer/test/app.json'
              failed_on_warnings: true    
              app_file_suffix: '_TEST'

          - task: ALOpsAppPublish@1
            displayName: 'ALOPS - Publish Extension'
            inputs:
              usedocker: true
              nav_artifact_app_filter: '*.app'
              skip_verification: true   

          - task: ALOpsAppTest@1
            displayName: 'ALOPS - Run TestSuite'
            inputs:
              usedocker: true
              import_testtoolkit: false
              import_action: 'Skip'
              testpage: '130455'
              testsuite: 'DEFAULT'
              failed_test_action: 'Ignore'
            continueOnError: true
            timeoutInMinutes: 480

          - task: PublishTestResults@2
            displayName: 'Publish Test Results **/TestResults.xml'
            inputs:
              testResultsFormat: XUnit
              testResultsFiles: '**/TestResults.xml'
              failTaskOnFailedTests: true
              testRunTitle: 'BC Test Results: $(Build.BuildId)'

          - task: CopyFiles@2
            displayName: 'Copy Test Artifacts to $(Agent.BuildDirectory)/TestResults'
            inputs:
              SourceFolder: '$(Build.Sourcesdirectory)'
              Contents: ?(TestResults.xml)
              TargetFolder: '$(Agent.BuildDirectory)/TestResults'
            condition: always()

          - task: PublishPipelineArtifact@1
            displayName: 'Publish Test Artifacts: TestResults.xml'
            inputs:
              targetPath: '$(Agent.BuildDirectory)/TestResults'
              artifact: 'TestResults'
              publishLocation: 'pipeline'
            condition: always()

          - task: ALOpsDockerRemove@1
            displayName: 'ALOPS - Remove Docker Container'
            enabled: true
            condition: always()
            inputs:
              createsqlbackup: '$(createSqlBackup)'

Have also run it and the issue reported above is still the case (see https://dev.azure.com/fluxxus-nl/TestFixtureInitializer/_build?definitionId=93).