Hi, 
the change in rev 7538 to dilate.m results in failing tests (at least
with Octave 3.2.4):
Without the patch: 
octave:1> test dilate
PASSES 3 out of 3 tests

With the patch:
octave:1> test dilate
  ***** assert(dilate(eye(3),[1,0,0])==[[0;0],eye(2);0,0,0]);
  !!!!! test failed
  assert (dilate (eye (3), [1, 0, 0]) == [[0; 0], eye(2); 0, 0, 0])

        Thomas

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to