changeset 22038:a4eb6d3de9f0

maint: Cannot test private function, unless bug #38776 is resolved.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 05 Jul 2016 11:06:22 +0200
parents 782ecfde4859
children 0a528a6dac95
files scripts/plot/draw/isosurface.m
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/draw/isosurface.m	Mon Jul 04 21:01:23 2016 -0700
+++ b/scripts/plot/draw/isosurface.m	Tue Jul 05 11:06:22 2016 +0200
@@ -503,5 +503,6 @@
 %!error <parameter 'test_string' not supported> fvc = isosurface (val, iso, "test_string");
 
 ## test for __calc_isovalue_from_data__
-%!test
+## FIXME: private function cannot be tested, unless bug #38776 is resolved.
+%!xtest
 %! assert (__calc_isovalue_from_data__ (1:5), 3.02);