Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite4485fd

Browse files
committed
Remove Can_set_app_logs_path test
It's pointless because it doesn't ever throw
1 parent1a964b4 commite4485fd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

‎src/ElectronNET.IntegrationTests/Tests/AppTests.cs‎

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,6 @@ public async Task Can_get_login_item_settings()
6969
settings.Should().NotBeNull();
7070
}
7171

72-
[Fact(Timeout=20000)]
73-
publicasyncTaskCan_set_app_logs_path()
74-
{
75-
vartempDir=Path.Combine(Path.GetTempPath(),"ElectronLogsTest"+Guid.NewGuid().ToString("N"));
76-
Directory.CreateDirectory(tempDir);
77-
Electron.App.SetAppLogsPath(tempDir);
78-
}
79-
8072
[Fact(Timeout=20000)]
8173
publicasyncTaskCommandLine_append_and_query_switch()
8274
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp