Skip to content

Commit

Permalink
Merge f44aaf2 into fab295e
Browse files Browse the repository at this point in the history
  • Loading branch information
berryzplus committed May 18, 2021
2 parents fab295e + f44aaf2 commit 552cfd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unittests/test-winmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ TEST_P(WinMainTest, runEditorProcess)
strStartupMacro += L"Up();";
strStartupMacro += L"Right();";
strStartupMacro += L"Left();";
strStartupMacro += L"Outline(0);"; //アウトライン解析
strStartupMacro += L"ShowFunckey();"; //ShowFunckey 出す
strStartupMacro += L"ShowMiniMap();"; //ShowMiniMap 出す
strStartupMacro += L"ShowTab();"; //ShowTab 出す
Expand Down Expand Up @@ -336,6 +337,7 @@ TEST_P(WinMainTest, runEditorProcess)
strStartupMacro += L"SetFontSize(0, -1, 2);"; // 相対指定 - これ以上縮小できない
strStartupMacro += L"SetFontSize(100, 0, 2);"; // 元に戻す
// フォントサイズ設定のテスト(ここまで)
strStartupMacro += L"Outline(2);"; //アウトライン解析を閉じる
strStartupMacro += L"ExitAll();"; //NOTE: このコマンドにより、エディタプロセスは起動された直後に終了する。

// コマンドラインを組み立てる
Expand Down

0 comments on commit 552cfd5

Please sign in to comment.