From: Christophe Bourcier Date: Mon, 29 Jan 2018 16:08:22 +0000 (+0100) Subject: Check the status of the export feature. X-Git-Tag: V_3.0.0~25 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=06f7e26563c98d1c26ef9508c8f816af797ecb5d;p=modules%2Fshaper.git Check the status of the export feature. --- diff --git a/src/ExchangePlugin/Test/Test2290.py b/src/ExchangePlugin/Test/Test2290.py index 5671cead8..04a0ca50a 100644 --- a/src/ExchangePlugin/Test/Test2290.py +++ b/src/ExchangePlugin/Test/Test2290.py @@ -37,3 +37,5 @@ anExportFeature.string("ExportType").setValue("XAO") anExportFeature.string("xao_author").setValue("me") anExportFeature.string("xao_geometry_name").setValue("mygeom") model.end() + +assert anExportFeature.error() == ""