X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fdata-io%2Fget-data-txt.at;h=f09dbabc3c6d5409a4b0ddc15a728126b5675226;hb=09e70bd965a78b9831d51e93270d24932ed00b5b;hp=950c2ad7a96cfc66ae231c434dbc60ab18c1fce8;hpb=ea411b6c81ab5895051535a4730210a66d4be388;p=pspp diff --git a/tests/language/data-io/get-data-txt.at b/tests/language/data-io/get-data-txt.at index 950c2ad7a9..f09dbabc3c 100644 --- a/tests/language/data-io/get-data-txt.at +++ b/tests/language/data-io/get-data-txt.at @@ -315,15 +315,25 @@ get data /type=txt /file='test.data' /importcase=percent 95 /variables x f8.0. get data /type=txt /file='test.data' /importcase=percent 100 /variables x f8.0. ]) AT_CHECK([pspp -O format=csv get-data.sps], [0], [dnl -get-data.sps:1: warning: GET DATA: Ignoring obsolete IMPORTCASES subcommand. (N OF CASES or SAMPLE may be used to substitute.) +"get-data.sps:1.39-1.57: warning: GET DATA: Ignoring obsolete IMPORTCASES subcommand. (N OF CASES or SAMPLE may be used to substitute.). + 1 | get data /type=txt /file='test.data' /importcase=first 10 /variables x f8.0. + | ^~~~~~~~~~~~~~~~~~~" -get-data.sps:2: warning: GET DATA: Ignoring obsolete IMPORTCASES subcommand. (N OF CASES or SAMPLE may be used to substitute.) +"get-data.sps:2.39-2.58: warning: GET DATA: Ignoring obsolete IMPORTCASES subcommand. (N OF CASES or SAMPLE may be used to substitute.). + 2 | get data /type=txt /file='test.data' /importcase=percent 1 /variables x f8.0. + | ^~~~~~~~~~~~~~~~~~~~" -get-data.sps:3: warning: GET DATA: Ignoring obsolete IMPORTCASES subcommand. (N OF CASES or SAMPLE may be used to substitute.) +"get-data.sps:3.39-3.59: warning: GET DATA: Ignoring obsolete IMPORTCASES subcommand. (N OF CASES or SAMPLE may be used to substitute.). + 3 | get data /type=txt /file='test.data' /importcase=percent 35 /variables x f8.0. + | ^~~~~~~~~~~~~~~~~~~~~" -get-data.sps:4: warning: GET DATA: Ignoring obsolete IMPORTCASES subcommand. (N OF CASES or SAMPLE may be used to substitute.) +"get-data.sps:4.39-4.59: warning: GET DATA: Ignoring obsolete IMPORTCASES subcommand. (N OF CASES or SAMPLE may be used to substitute.). + 4 | get data /type=txt /file='test.data' /importcase=percent 95 /variables x f8.0. + | ^~~~~~~~~~~~~~~~~~~~~" -get-data.sps:5: warning: GET DATA: Ignoring obsolete IMPORTCASES subcommand. (N OF CASES or SAMPLE may be used to substitute.) +"get-data.sps:5.39-5.60: warning: GET DATA: Ignoring obsolete IMPORTCASES subcommand. (N OF CASES or SAMPLE may be used to substitute.). + 5 | get data /type=txt /file='test.data' /importcase=percent 100 /variables x f8.0. + | ^~~~~~~~~~~~~~~~~~~~~~" ]) AT_CLEANUP