File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -207,11 +207,11 @@ private async Task<string> AssertDiagnosticReportWasGeneratedAsync(TestHostResul
207207
208208 string diagContentsPattern =
209209"""
210- \[ .+ - Information\] Version: .+
211- \[ .+ - Information\] Logging mode: .+
212- \[ .+ - Information] Logging level: .+
213- \[ .+ - Information\] CreateBuilderAsync entry time: .+
214- \[ .+ - Information\] PID: .+
210+ .+ Microsoft.Testing.Platform.Builder.TestApplication INFORMATION Version: .+
211+ .+ Microsoft.Testing.Platform.Builder.TestApplication INFORMATION Logging mode: .+
212+ .+ Microsoft.Testing.Platform.Builder.TestApplication INFORMATION Logging level: .+
213+ .+ Microsoft.Testing.Platform.Builder.TestApplication INFORMATION CreateBuilderAsync entry time: .+
214+ .+ Microsoft.Testing.Platform.Builder.TestApplication INFORMATION PID: .+
215215""" ;
216216 ( bool isMatch , string content ) = await CheckDiagnosticContentsMatchAsync ( match . Value , diagContentsPattern ) ;
217217 Assert . IsTrue ( isMatch , $ "{ content } \n { diagContentsPattern } ") ;
You can’t perform that action at this time.
0 commit comments