[tests] Improve the watchOS test runner a little bit.

This commit is contained in:
Rolf Bjarne Kvinge 2016-05-31 19:16:01 +02:00
Родитель 43da4642f1
Коммит e623d92046
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -75,6 +75,8 @@ namespace monotouchtestWatchKitExtension
BeginInvokeOnMainThread (() => { BeginInvokeOnMainThread (() => {
runner.Run (); runner.Run ();
cmdRun.SetEnabled (true);
lblStatus.SetText ("Done");
BeginInvokeOnMainThread (RenderResults); BeginInvokeOnMainThread (RenderResults);
}); });
} }