Skip to content

Commit e3a3529

Browse files
Ghesselinkaothms
authored andcommitted
add file_info to invalid testfile
1 parent f2b6198 commit e3a3529

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

fixtures/fail_invalid_header_entity.ifc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ HEADER;
33
FILE_DESCRIPTION(('ViewDefinition [Alignment-basedView]'),'2;1');
44
FILE_NAME('Header example2.ifc', '2022-09-16T10:35:07', ('Evandro Alfieri'), ('buildingSMART Int.'), 'IFC Motor 1.0', 'Company - Application - 26.0.0.0', 'none');
55
FILE_SCHEMA(('IFC4X3_ADD2'));
6+
FILE_INFO(
7+
'Report Date', '2025-04-21 18:16:37',
8+
'IFC Schema', 'IFC2X3',
9+
'MVD(s)', 'None',
10+
'File Name in Header', 'generated (2).ifc',
11+
'File Name', 'generated (2).ifc',
12+
'File Size', '0.41 kB',
13+
'File Date', '2025-04-21 18:16:37',
14+
'Originating System', 'PHP Script',
15+
'Preprocessor Version', '1.0.0',
16+
'Company Name', 'Your Company Name',
17+
'Application Name', 'IFC Generator PHP Script',
18+
'Application Version', '1.0.0',
19+
'Author', 'Your Name',
20+
'Organization', 'Your Company Name'
21+
);
622
ENDSEC;
723
DATA;
824
#1=IFCPERSON($,$,'',$,$,$,$,$);

0 commit comments

Comments
 (0)