changeset 14597:6980b0f35df9 stable

conv2.c: Unmark a test as a known failure (bug #34893)
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 03 May 2012 17:32:33 -0400
parents ad1d7a53b1ca
children 34f067bcac12 edf9ca8a92a8
files src/DLD-FUNCTIONS/conv2.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/conv2.cc	Tue Apr 17 12:47:34 2012 +0100
+++ b/src/DLD-FUNCTIONS/conv2.cc	Thu May 03 17:32:33 2012 -0400
@@ -265,7 +265,7 @@
 %!assert (conv2 ([1:5;1:5], [1:2], 'valid'), [4 7 10 13; 4 7 10 13])
 %!assert (conv2 ([1:5;1:5]', [1:2]', 'valid'), [4 7 10 13; 4 7 10 13]')
 
-%!xtest
+%!test
 %! rand ("seed", 42);
 %! x = rand (100);
 %! y = ones (5);