changeset 2102:ca8ba1999245 octave-forge

Move getfield/setfield tests to getfield/setfield
author pkienzle
date Fri, 04 Nov 2005 22:06:48 +0000
parents b4850e401718
children 9fa07044b7c5
files batch_test.m
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/batch_test.m	Fri Nov 04 14:03:31 2005 +0000
+++ b/batch_test.m	Fri Nov 04 22:06:48 2005 +0000
@@ -38,16 +38,6 @@
 try testimio
 catch disp(__error_text__); end
 
-disp("[main/struct]");
-try
-x.a = "hello";
-disp(">getfield"); assert(getfield(x,"a"),"hello");
-disp(">setfield"); x = setfield(x,"b","world");
-y.a = "hello";
-y.b = "world";
-assert(x,y);
-catch disp(__error_text__); end
-
 disp("[main/sparse]");
 # sp_test  # now using generated sptest
 fem_test