X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fstats%2Freliability.at;h=072a48aca2339f226f2bdcdb2446dd3f0c80bac3;hb=a70857ce808bba36e67a66375290e340dcf75adc;hp=0d6ea8d2f3f0a1d7e42a6a0cfdf18ecfb3b16826;hpb=691a034d7f2139076fa012739dffd40ef5db4a9b;p=pspp diff --git a/tests/language/stats/reliability.at b/tests/language/stats/reliability.at index 0d6ea8d2f3..072a48aca2 100644 --- a/tests/language/stats/reliability.at +++ b/tests/language/stats/reliability.at @@ -13,7 +13,8 @@ dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see . -dnl AT_BANNER([RELIABILITY]) +dnl +AT_BANNER([RELIABILITY]) AT_SETUP([RELIABILITY]) AT_DATA([reliability.sps], [dnl @@ -198,17 +199,17 @@ RELIABILITY /VARIABLES=var6 var8 var15 var17 . ]) -AT_CHECK([pspp -o pspp.csv reliability.sps], [0], +AT_CHECK([pspp -o pspp.csv -o pspp.txt reliability.sps], [0], [reliability.sps:174: warning: RELIABILITY: The STATISTICS subcommand is not yet implemented. No statistics will be produced. ]) AT_CHECK([cat pspp.csv], [0], [dnl Scale: Everything Table: Case Processing Summary -,,N,% -Cases,Valid,131,92.91 -,Excluded,10,7.09 -,Total,141,100.00 +Cases,N,Percent +Valid,131,92.9% +Excluded,10,7.1% +Total,141,100.0% Table: Reliability Statistics Cronbach's Alpha,N of Items @@ -217,10 +218,10 @@ Cronbach's Alpha,N of Items Scale: Nothing Table: Case Processing Summary -,,N,% -Cases,Valid,131,92.91 -,Excluded,10,7.09 -,Total,141,100.00 +Cases,N,Percent +Valid,131,92.9% +Excluded,10,7.1% +Total,141,100.0% Table: Reliability Statistics Cronbach's Alpha,Part 1,Value,.55 @@ -238,10 +239,10 @@ reliability.sps:174: warning: RELIABILITY: The STATISTICS subcommand is not yet Scale: Totals Table: Case Processing Summary -,,N,% -Cases,Valid,131,92.91 -,Excluded,10,7.09 -,Total,141,100.00 +Cases,N,Percent +Valid,131,92.9% +Excluded,10,7.1% +Total,141,100.0% Table: Reliability Statistics Cronbach's Alpha,N of Items @@ -257,10 +258,10 @@ var17,16.60,8.00,.57,.67 Scale: ANY Table: Case Processing Summary -,,N,% -Cases,Valid,131,92.91 -,Excluded,10,7.09 -,Total,141,100.00 +Cases,N,Percent +Valid,131,92.9% +Excluded,10,7.1% +Total,141,100.0% Table: Reliability Statistics Cronbach's Alpha,N of Items @@ -334,18 +335,18 @@ reliability variables = v1 v3 v4. ]) AT_CHECK([ln -s $top_srcdir/examples/hotel.sav .], [0]) -AT_CHECK([pspp -O format=csv tut-example.sps], [0], [dnl +AT_CHECK([pspp -o pspp.csv -o pspp.txt tut-example.sps]) +AT_CHECK([cat pspp.csv], [0], [dnl Scale: ANY Table: Case Processing Summary -,,N,% -Cases,Valid,17,100.00 -,Excluded,0,.00 -,Total,17,100.00 +Cases,N,Percent +Valid,17,100.0% +Excluded,0,.0% +Total,17,100.0% Table: Reliability Statistics Cronbach's Alpha,N of Items .81,3 ]) - AT_CLEANUP