From 08e464755da6cf34033482ad0d34048058acc675 Mon Sep 17 00:00:00 2001 From: ika Date: Thu, 19 Mar 2015 16:10:39 +0300 Subject: [PATCH] 0025912: Exception during reading STEP file with GD&T add missing "break" statements. Test case for issue CR25912 --- src/RWStepAP214/RWStepAP214_GeneralModule.cxx | 7 +++++-- tests/bugs/step/bug25912 | 9 +++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100755 tests/bugs/step/bug25912 diff --git a/src/RWStepAP214/RWStepAP214_GeneralModule.cxx b/src/RWStepAP214/RWStepAP214_GeneralModule.cxx index e673f22921..5f89ee2a05 100644 --- a/src/RWStepAP214/RWStepAP214_GeneralModule.cxx +++ b/src/RWStepAP214/RWStepAP214_GeneralModule.cxx @@ -3724,11 +3724,14 @@ void RWStepAP214_GeneralModule::FillSharedCase(const Standard_Integer CN, RWStepRepr_RWCompositeShapeAspect tool; tool.Share(anent,iter); } - case 471: { + break; + case 471: + { DeclareAndCast(StepRepr_DerivedShapeAspect,anent,ent); RWStepRepr_RWDerivedShapeAspect tool; tool.Share(anent,iter); - } + } + break; case 472: // same as ShapeAspect { DeclareAndCast(StepRepr_Extension,anent,ent); diff --git a/tests/bugs/step/bug25912 b/tests/bugs/step/bug25912 new file mode 100755 index 0000000000..41f1438dc9 --- /dev/null +++ b/tests/bugs/step/bug25912 @@ -0,0 +1,9 @@ +puts "============" +puts "OCC25912" +puts "============" +puts "" +####################################################################### +# Exception during reading STEP file with GD&T +####################################################################### + +ReadStep D [locate_data_file bug25912_GDT_exc.stp]