From 02b04aa87302dd6b5dafd74924fdc3c19d4c7b90 Mon Sep 17 00:00:00 2001 From: Scott Lecher Date: Mon, 11 Nov 2024 17:11:02 -0500 Subject: [PATCH] fix the values of PredefinedType in ALB012 feature file --- ...LB012_Alignment-vertical-segment-radius-of-curvature.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/ALB012_Alignment-vertical-segment-radius-of-curvature.feature b/features/ALB012_Alignment-vertical-segment-radius-of-curvature.feature index 55e396fa..b774e2de 100644 --- a/features/ALB012_Alignment-vertical-segment-radius-of-curvature.feature +++ b/features/ALB012_Alignment-vertical-segment-radius-of-curvature.feature @@ -13,7 +13,7 @@ Feature: ALB012 - Alignment vertical segment radius of curvature Given Its entity type is 'IfcAlignmentVerticalSegment' Scenario: Validating the absence of curvature radius for specific predefined types of vertical segment - Given PredefinedType != 'ARC' or 'PARABOLICARC' + Given PredefinedType != 'CIRCULARARC' or 'PARABOLICARC' Then The value of attribute RadiusOfCurvature must be empty Scenario: Validating the radius of curvature for parabolic segments