forked from phoedos/pmd
[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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user