From: <aba...@us...> - 2012-07-31 14:33:04
|
Revision: 10792 http://octave.svn.sourceforge.net/octave/?rev=10792&view=rev Author: abarth93 Date: 2012-07-31 14:32:53 +0000 (Tue, 31 Jul 2012) Log Message: ----------- Modified Paths: -------------- trunk/octave-forge/extra/ncArray/inst/test_ncarray.m Modified: trunk/octave-forge/extra/ncArray/inst/test_ncarray.m =================================================================== --- trunk/octave-forge/extra/ncArray/inst/test_ncarray.m 2012-07-31 13:45:19 UTC (rev 10791) +++ trunk/octave-forge/extra/ncArray/inst/test_ncarray.m 2012-07-31 14:32:53 UTC (rev 10792) @@ -314,7 +314,7 @@ assert(isequalwithequalnans(x,lon_ref(1:3:end,:))) - assert(strcmp(SST.units,'degC')) + %assert(strcmp(SST.units,'degC')) assert(strcmp(SST.('units'),'degC')) end @@ -335,7 +335,7 @@ SST_ref = ncread(files{2},'SST'); assert(isequalwithequalnans(SST_test,SST_ref)) -assert(strcmp(CA2.units,'degC')); +assert(strcmp(CA2.('units'),'degC')); disp('All tests passed.') This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |