[modelica] Remove source-type attributes in tests xml

This is only needed to select a specific
language version. Tests are failing because
the newer schema has not yet been published.
This commit is contained in:
Clément Fournier
2019-12-17 17:36:24 +01:00
parent bc2f2d8f50
commit 305e5ef082

View File

@@ -25,7 +25,6 @@ package Test
end B;
end Test;
]]></code>
<source-type>modelica</source-type>
</test-code>
<test-code>
<description>Valid example #2</description>
@@ -39,7 +38,6 @@ package Test
end X;
end Test;
]]></code>
<source-type>modelica</source-type>
</test-code>
<test-code>
<description>Invalid example: class Y is both placed to the scope by extending and import</description>
@@ -65,7 +63,6 @@ package Test
end B;
end Test;
]]></code>
<source-type>modelica</source-type>
</test-code>
<!--
<test-code>
@@ -80,7 +77,6 @@ package Test
end X;
end Test;
]]></code>
<source-type>modelica</source-type>
</test-code>
-->
</test-data>
</test-data>