Module Name: src
Committed By: blymn
Date: Sat Jun 5 06:13:37 UTC 2021
Modified Files:
src/tests/lib/libcurses/tests: clear
Log Message:
Decouple the clear test from the addstr test, they should not be linked
together because they are not really related.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libcurses/tests/clear
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libcurses/tests/clear
diff -u src/tests/lib/libcurses/tests/clear:1.1 src/tests/lib/libcurses/tests/clear:1.2
--- src/tests/lib/libcurses/tests/clear:1.1 Sun Apr 10 09:55:10 2011
+++ src/tests/lib/libcurses/tests/clear Sat Jun 5 06:13:36 2021
@@ -1,4 +1,10 @@
-include addstr
+include start
+call OK addstr "abcde\n"
+call OK addstr "\n"
+call OK addstr "\t8\n"
+call OK addstr "0123456\t8\n"
+call OK refresh
+compare clear0.chk
call OK clear
call OK refresh
compare clear1.chk