From 06f7e26563c98d1c26ef9508c8f816af797ecb5d Mon Sep 17 00:00:00 2001 From: Christophe Bourcier Date: Mon, 29 Jan 2018 17:08:22 +0100 Subject: [PATCH] Check the status of the export feature. --- src/ExchangePlugin/Test/Test2290.py | 2 ++ 1 file changed, 2 insertions(+) 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() == "" -- 2.39.2