Module Name: src
Committed By: christos
Date: Mon Aug 29 12:42:58 UTC 2011
Modified Files:
src/tests/lib/libcurses/tests: addnstr
Log Message:
This could have never worked before since the syntax was wrong. Unfortunately
since I added the error checking, I was blamed for it failing. Go figure.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libcurses/tests/addnstr
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/addnstr
diff -u src/tests/lib/libcurses/tests/addnstr:1.1 src/tests/lib/libcurses/tests/addnstr:1.2
--- src/tests/lib/libcurses/tests/addnstr:1.1 Sun Apr 10 05:55:10 2011
+++ src/tests/lib/libcurses/tests/addnstr Mon Aug 29 08:42:57 2011
@@ -1,5 +1,5 @@
include start
-call OK addnstr "abdcefg" 5
-refresh
+call OK addnstr "abcdefg" 5
+call OK refresh
# should be the same as addstr
-compare addstr
+compare addstr.chk