projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e25c578
)
tests: Fix typo in GET DATA /TYPE=TXT test.
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 29 Sep 2010 04:31:07 +0000
(21:31 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 29 Sep 2010 04:32:36 +0000
(21:32 -0700)
Not capitalizing the at_ in AT_BANNER apparently just kept the banner
from appearing and didn't seem to cause other problems.
tests/language/data-io/get-data-txt.at
patch
|
blob
|
history
diff --git
a/tests/language/data-io/get-data-txt.at
b/tests/language/data-io/get-data-txt.at
index b5525b71b8de81a68285e6e7c17d669a11b8bc85..e4c6ae374bd4133be56ca67ac32843bb52d084b4 100644
(file)
--- a/
tests/language/data-io/get-data-txt.at
+++ b/
tests/language/data-io/get-data-txt.at
@@
-1,4
+1,4
@@
-
at
_BANNER([GET DATA /TYPE=TXT])
+
AT
_BANNER([GET DATA /TYPE=TXT])
dnl These tests exercise features of GET DATA /TYPE=TXT that
dnl it has in common with DATA LIST, using tests drawn from