nitunit: rename `has_status` and cie to `has_progress_bar`
[nit.git] / src / testing / testing_doc.nit
index 936f6dc..814f7d2 100644 (file)
@@ -86,7 +86,7 @@ class NitUnitExecutor
        fun mark_done(du: DocUnit)
        do
                du.is_done = true
-               toolcontext.clear_status
+               toolcontext.clear_progress_bar
                toolcontext.show_unit(du)
                show_status
        end