Skip to content

Commit

Permalink
Renamed a test case to avoid content confusion.
Browse files Browse the repository at this point in the history
Fixes #125
  • Loading branch information
CBenghi committed May 4, 2024
2 parents fa79d18 + 7171036 commit 0b4f6ea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Documentation/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ To help you get started with development, here is a directory of IDS libraries t

| Language | License | Library | Notes |
| -------- | ----------------- | -------------------------------------------- | ------------------------------------------------------------------- |
| C# | CDDL | [XBim](https://github.com/CBenghi/Xbim.Xids) | A verification library is also available, with a commercial license |
| C#/.NET | CDDL | [xbim Xids](https://github.com/CBenghi/Xbim.Xids) | A library to read, write data in IDS files |
| C#/.NET | AGPL-3.0-only / commercial | [xbim Toolkit IDS Validator](https://github.com/xBimTeam/Xbim.IDS.Validator) | A complete IDS verification library for IFC models |
| Python | LGPL-3.0-or-later | [IfcOpenShell](https://ifcopenshell.org/) | |
| ? | ? | ODA? | |

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>Any matching value in an enumerated property will pass 3/3</title>
<title>No matching value in an enumerated property will fail 3/3</title>
<description>Generated via code automation in the Ids Repository on github.</description>
</info>
<specifications>
<specification name="Any matching value in an enumerated property will pass 3/3" ifcVersion="IFC4">
<specification name="No matching value in an enumerated property will fail 3/3" ifcVersion="IFC4">
<applicability maxOccurs="unbounded">
<entity>
<name>
Expand Down
6 changes: 3 additions & 3 deletions Documentation/testcases/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -2056,10 +2056,10 @@ Requirements:
Property: ''Pset_WallCommon'',''Status'',IFCLABEL,''DEMOLISH''
```

### Any matching value in an enumerated property will pass 3/3
### No matching value in an enumerated property will fail 3/3

``` ids property/fail-any_matching_value_in_an_enumerated_property_will_pass_3_3.ids
Any matching value in an enumerated property will pass 3/3
``` ids property/fail-no_matching_value_in_an_enumerated_property_will_fail_3_3.ids
No matching value in an enumerated property will fail 3/3
IFC4
Entity: ''IFCWALL''
Requirements:
Expand Down

0 comments on commit 0b4f6ea

Please sign in to comment.