Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libcurses/tests This could have never worked befor...



details:   https://anonhg.NetBSD.org/src/rev/04188850ff63
branches:  trunk
changeset: 768939:04188850ff63
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Aug 29 12:42:57 2011 +0000

description:
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.

diffstat:

 tests/lib/libcurses/tests/addnstr |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (12 lines):

diff -r 56d8a43f3ed6 -r 04188850ff63 tests/lib/libcurses/tests/addnstr
--- a/tests/lib/libcurses/tests/addnstr Mon Aug 29 12:42:19 2011 +0000
+++ b/tests/lib/libcurses/tests/addnstr Mon Aug 29 12:42:57 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index