Skip to content

Commit baf75c8

Browse files
committed
[validation_dtypes] Remove Section For Text Without Dtype
Unnecessary for validation tests.
2 parents fd78be4 + 48d83b7 commit baf75c8

File tree

3 files changed

+0
-41
lines changed

3 files changed

+0
-41
lines changed

test/resources/validation_dtypes.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -132,23 +132,6 @@
132132
}
133133
]
134134
},
135-
{
136-
"id": "22d0732c-afa2-4448-962b-578dd60e0b37",
137-
"type": "text",
138-
"name": "sec_text",
139-
"sections": [],
140-
"properties": [
141-
{
142-
"id": "3e97d1e2-5ff1-44b1-9498-a488209b326c",
143-
"name": "texts_no",
144-
"value": [
145-
"lineA \n lineB",
146-
"lineC\n lineD",
147-
"\nlineE\n lineF"
148-
]
149-
}
150-
]
151-
},
152135
{
153136
"id": "8c49b24b-0b86-4dd6-a4da-45e1c2c504c6",
154137
"type": "2-tuple",

test/resources/validation_dtypes.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,6 @@
7575
<value>[False,True,TRUE,False,t]</value>
7676
</property>
7777
</section>
78-
<section>
79-
<id>dea66a08-82ab-448b-be6a-7ec5927316fa</id>
80-
<type>text</type>
81-
<name>sec_text</name>
82-
<property>
83-
<id>9e008df4-29d1-4def-b3c7-ee054ae6cf25</id>
84-
<name>texts_no</name>
85-
<value>["lineA
86-
lineB","lineC
87-
lineD","lineE
88-
lineF"]</value>
89-
</property>
90-
</section>
9178
<section>
9279
<id>d5269b4d-5ef9-4e35-986a-9780fa96a5d6</id>
9380
<type>2-tuple</type>

test/resources/validation_dtypes.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,6 @@ Document:
8888
- t
8989
sections: []
9090
type: boolean
91-
- id: 6a1b6122-5d4f-4618-959e-1955a6c1e26b
92-
name: sec_text
93-
properties:
94-
- id: 717d2d4a-bf44-4329-8967-59348c7b623c
95-
name: texts_no
96-
value:
97-
- "lineA \n lineB"
98-
- "lineC\n lineD"
99-
- "\nlineE\n lineF"
100-
sections: []
101-
type: text
10291
- id: ffe14c58-0ad7-420c-a97f-7805a1ba8bf6
10392
name: sec_2_tuple
10493
properties:

0 commit comments

Comments
 (0)