1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Project: Rename test classes for xowa_maven script

This commit is contained in:
gnosygnu
2019-04-26 22:24:44 -04:00
parent 5204d33af7
commit 1cde843264
5 changed files with 8 additions and 8 deletions

View File

@@ -343,7 +343,7 @@ public class Xop_fxt {
}
public void tst_Warn(String... expd) {
Gfo_usr_dlg usr_dlg = app.Usr_dlg();
Gfo_usr_dlg__gui_test ui_wkr = (Gfo_usr_dlg__gui_test)usr_dlg.Gui_wkr();
Gfo_usr_dlg__gui_mock ui_wkr = (Gfo_usr_dlg__gui_mock)usr_dlg.Gui_wkr();
String[] actl = ui_wkr.Warns().To_str_ary();
Tfds.Eq_ary_str(expd, actl);
}