--- branches/arrayview_from_1695_trunk/escript/test/DataTestCase.cpp 2008/09/11 23:35:42 1785 +++ branches/arrayview_from_1695_trunk/escript/test/DataTestCase.cpp 2008/09/12 03:16:28 1786 @@ -581,7 +581,7 @@ bool expanded=false; Data myData(keys,values,defaultValue,FunctionSpace(),expanded);*/ - int arr[0]={}; + int arr[1]={1}; // iso c++ does not like empty arrays DataTagged* dt=new DataTagged(FunctionSpace(),viewShape,arr,viewData); Data myData(dt);