-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Set default for runUser if its not found
- Loading branch information
1 parent
ad9c1c1
commit fcda632
Showing
6 changed files
with
88 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
test/dotnet-trx-merge.UnitTests/Fixtures/Merge/TrxWithNoRunUser.trx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<TestRun id="4fbfe72b-df6b-413e-bb31-d2f6389884ef" name="Utilizador@COMPUTER 2023-08-29 18:35:26"> | ||
<Times creation="2023-08-29T18:35:26.3589967+01:00" queuing="2023-08-29T18:35:26.3589971+01:00" start="2023-08-29T18:35:25.5259659+01:00" finish="2023-08-29T18:35:26.3652254+01:00" /> | ||
<TestSettings name="default" id="47f006f1-174a-40fe-8dd3-78256e22bccf"> | ||
<Deployment runDeploymentRoot="Utilizador_COMPUTER_2023-08-29_18_35_26" /> | ||
</TestSettings> | ||
<Results> | ||
<UnitTestResult executionId="e68ff2c7-8309-483b-a1fd-414967943cf0" testId="86e2b6e4-df7a-e4fa-006e-c056c908e219" testName="SecondSimpleNumberCompare" computerName="COMPUTER" duration="00:00:00.0081300" startTime="2023-08-29T18:35:26.2207424+01:00" endTime="2023-08-29T18:35:26.2287977+01:00" testType="13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b" outcome="Passed" testListId="8c84fa94-04c1-424b-9868-57a2d4851a1d" relativeResultsDirectory="e68ff2c7-8309-483b-a1fd-414967943cf0" /> | ||
</Results> | ||
<TestDefinitions> | ||
<UnitTest name="SecondSimpleNumberCompare" storage="c:\users\utilizador\appdata\local\temp\f7efe9c2\nunittestpassonsecondrunexample\bin\debug\net6.0\nunittestpassonsecondrunexample.dll" id="86e2b6e4-df7a-e4fa-006e-c056c908e219"> | ||
<Execution id="e68ff2c7-8309-483b-a1fd-414967943cf0" /> | ||
<TestMethod codeBase="C:\Users\Utilizador\AppData\Local\Temp\F7EFE9C2\NUnitTestPassOnSecondRunExample\bin\Debug\net6.0\NUnitTestPassOnSecondRunExample.dll" adapterTypeName="executor://nunit3testexecutor/" className="NUnitTestExample.Tests" name="SecondSimpleNumberCompare" /> | ||
</UnitTest> | ||
</TestDefinitions> | ||
<TestEntries> | ||
<TestEntry testId="86e2b6e4-df7a-e4fa-006e-c056c908e219" executionId="e68ff2c7-8309-483b-a1fd-414967943cf0" testListId="8c84fa94-04c1-424b-9868-57a2d4851a1d" /> | ||
</TestEntries> | ||
<TestLists> | ||
<TestList name="Results Not in a List" id="8c84fa94-04c1-424b-9868-57a2d4851a1d" /> | ||
<TestList name="All Loaded Results" id="19431567-8539-422a-85d7-44ee4e166bda" /> | ||
</TestLists> | ||
<ResultSummary outcome="Completed"> | ||
<Counters total="1" executed="1" passed="1" failed="0" error="0" timeout="0" aborted="0" inconclusive="0" passedButRunAborted="0" notRunnable="0" notExecuted="0" disconnected="0" warning="0" completed="0" inProgress="0" pending="0" /> | ||
<Output> | ||
<StdOut>NUnit Adapter 4.2.0.0: Test execution started | ||
Running selected tests in C:\Users\Utilizador\AppData\Local\Temp\F7EFE9C2\NUnitTestPassOnSecondRunExample\bin\Debug\net6.0\NUnitTestPassOnSecondRunExample.dll | ||
NUnit3TestExecutor discovered 1 of 1 NUnit test cases using Current Discovery mode, Non-Explicit run | ||
NUnit Adapter 4.2.0.0: Test execution complete | ||
</StdOut> | ||
</Output> | ||
</ResultSummary> | ||
</TestRun> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters