Skip to content

Commit

Permalink
fix the values of PredefinedType in ALB012 feature file
Browse files Browse the repository at this point in the history
  • Loading branch information
civilx64 committed Nov 11, 2024
1 parent 1ef3112 commit 02b04aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02b04aa

Please sign in to comment.