]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix unit tests for the Filling feature
authorazv <azv@opencascade.com>
Thu, 21 Dec 2017 10:21:48 +0000 (13:21 +0300)
committerazv <azv@opencascade.com>
Thu, 21 Dec 2017 10:21:48 +0000 (13:21 +0300)
src/BuildPlugin/Test/TestFilling_ByEdges.py
src/BuildPlugin/Test/TestFilling_ByWires.py
src/BuildPlugin/Test/TestFilling_Mixed.py

index ac2468ab333b7357f4f6e50e049ce66abcc9a5a1..08b3aea568de66ef5e91feb80c73f9a9f867a272 100644 (file)
@@ -87,10 +87,9 @@ aBaseObjectsList.append(aSketch1Result, anArc.lastResult().shape())
 aSession.finishOperation()
 
 # =============================================================================
-# Test 1. Filling on one edge is failed (error is reported)
+# Test 1. Filling on one edge is failed (no result is built)
 # =============================================================================
 assert(len(aFillingFeature.results()) == 0)
-assert(aFillingFeature.error() != "")
 
 # =============================================================================
 # Test 2. Add another edge, filling should be completed
index 238e7764a161df289613c8c0cd91b877735c9d6f..1529a3c09f6fb07813b6fd00b0cf5048c0535c9f 100644 (file)
@@ -109,10 +109,9 @@ aBaseObjectsList.append(aWire1.lastResult(), None)
 aSession.finishOperation()
 
 # =============================================================================
-# Test 1. Filling on one wire is failed (error is reported)
+# Test 1. Filling on one wire is failed (no result is built)
 # =============================================================================
 assert(len(aFillingFeature.results()) == 0)
-assert(aFillingFeature.error() != "")
 
 # =============================================================================
 # Test 2. Add another wire, filling should be completed
index c6d43653507d8feb4e58d59914b695dd71bc41d2..c020982eddcd79f83774a80fc6cb19133c9a0429 100644 (file)
@@ -94,10 +94,9 @@ aBaseObjectsList.append(aSketch1Result, anArc.lastResult().shape())
 aSession.finishOperation()
 
 # =============================================================================
-# Test 1. Filling on one edge is failed (error is reported)
+# Test 1. Filling on one edge is failed (no result is built)
 # =============================================================================
 assert(len(aFillingFeature.results()) == 0)
-assert(aFillingFeature.error() != "")
 
 # =============================================================================
 # Test 2. Add a wire, filling should be completed