File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -226,14 +226,16 @@ def main() -> None:
226226 f"got: { result !r} " ,
227227 )
228228
229- # --------------------------------------------------------------- stubs
230- section ("Stub Actions " )
229+ # ------------------------------------------------------- encoding convert
230+ section ("Encoding Conversion " )
231231
232+ # rep.txt was loaded as UTF-8; clicking Convert on an already-UTF-8
233+ # file must show the "already UTF-8" status message (not save again).
232234 window ._convert_button .click ()
233235 app .processEvents ()
234236 check (
235- "Convert shows coming-soon status" ,
236- "coming soon " in window .ui .statusBar ().currentMessage ().lower (),
237+ "Convert on UTF-8 file shows already-UTF-8 status" ,
238+ "already utf-8 " in window .ui .statusBar ().currentMessage ().lower (),
237239 )
238240
239241 # ----------------------------------------------------------------------- summary
You can’t perform that action at this time.
0 commit comments