Skip to content

Commit

Permalink
Merge pull request #288 from CBenghi/pr/fix112
Browse files Browse the repository at this point in the history
Test cases renamed to reflect content better
  • Loading branch information
CBenghi authored May 3, 2024
2 parents 2cce7bf + a325bf8 commit fa79d18
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<ids xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://standards.buildingsmart.org/IDS http://standards.buildingsmart.org/IDS/0.9.7/ids.xsd" xmlns="http://standards.buildingsmart.org/IDS">
<info>
<title>A bound can be inclusive 1/3</title>
<title>A bound can be exclusive 1/3</title>
<description>Generated via code automation in the Ids Repository on github.</description>
</info>
<specifications>
<specification name="A bound can be inclusive 1/3" ifcVersion="IFC2X3 IFC4">
<specification name="A bound can be exclusive 1/3" ifcVersion="IFC2X3 IFC4">
<applicability maxOccurs="unbounded">
<entity>
<name>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<ids xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://standards.buildingsmart.org/IDS http://standards.buildingsmart.org/IDS/0.9.7/ids.xsd" xmlns="http://standards.buildingsmart.org/IDS">
<info>
<title>A bound can be inclusive 3/3</title>
<title>A bound can be exclusive 3/3</title>
<description>Generated via code automation in the Ids Repository on github.</description>
</info>
<specifications>
<specification name="A bound can be inclusive 3/3" ifcVersion="IFC2X3 IFC4">
<specification name="A bound can be exclusive 3/3" ifcVersion="IFC2X3 IFC4">
<applicability maxOccurs="unbounded">
<entity>
<name>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<ids xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://standards.buildingsmart.org/IDS http://standards.buildingsmart.org/IDS/0.9.7/ids.xsd" xmlns="http://standards.buildingsmart.org/IDS">
<info>
<title>A bound can be inclusive 2/3</title>
<title>A bound can be exclusive 2/3</title>
<description>Generated via code automation in the Ids Repository on github.</description>
</info>
<specifications>
<specification name="A bound can be inclusive 2/3" ifcVersion="IFC2X3 IFC4">
<specification name="A bound can be exclusive 2/3" ifcVersion="IFC2X3 IFC4">
<applicability maxOccurs="unbounded">
<entity>
<name>
Expand Down
18 changes: 9 additions & 9 deletions Documentation/testcases/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -2507,10 +2507,10 @@ Property: ''Pset_WallCommon'',''FireRating'',IFCLABEL,Pattern(''(-|[0-9]{2,3})\/

## restriction

### A bound can be inclusive 1/3
### A bound can be exclusive 1/3

``` ids restriction/fail-a_bound_can_be_inclusive_1_3.ids
A bound can be inclusive 1/3
``` ids restriction/fail-a_bound_can_be_exclusive_1_3.ids
A bound can be exclusive 1/3
Entity: ''IFCSURFACESTYLEREFRACTION''
Requirements:
Attribute: ''RefractionIndex'',xs:double MinExclusive(''0'') MaxExclusive(''10'')
Expand All @@ -2525,10 +2525,10 @@ Requirements:
Attribute: ''RefractionIndex'',xs:double MinInclusive(''0'') MaxInclusive(''10'')
```

### A bound can be inclusive 2/3
### A bound can be exclusive 2/3

``` ids restriction/pass-a_bound_can_be_inclusive_2_3.ids
A bound can be inclusive 2/3
``` ids restriction/pass-a_bound_can_be_exclusive_2_3.ids
A bound can be exclusive 2/3
Entity: ''IFCSURFACESTYLEREFRACTION''
Requirements:
Attribute: ''RefractionIndex'',xs:double MinExclusive(''0'') MaxExclusive(''10'')
Expand All @@ -2543,10 +2543,10 @@ Requirements:
Attribute: ''RefractionIndex'',xs:double MinInclusive(''0'') MaxInclusive(''10'')
```

### A bound can be inclusive 3/3
### A bound can be exclusive 3/3

``` ids restriction/fail-a_bound_can_be_inclusive_3_3.ids
A bound can be inclusive 3/3
``` ids restriction/fail-a_bound_can_be_exclusive_3_3.ids
A bound can be exclusive 3/3
Entity: ''IFCSURFACESTYLEREFRACTION''
Requirements:
Attribute: ''RefractionIndex'',xs:double MinExclusive(''0'') MaxExclusive(''10'')
Expand Down

0 comments on commit fa79d18

Please sign in to comment.