Disable debug clause for the wsf tests suite.

Removed useless dep on EiffelThread
This commit is contained in:
2016-12-05 21:50:02 +01:00
parent f56aa22c29
commit ece6607bcf
2 changed files with 2 additions and 4 deletions

View File

@@ -125,8 +125,6 @@ feature -- Tests
if f2 /= Void then if f2 /= Void then
f2.delete f2.delete
end end
end end
content (f: detachable FILE): STRING content (f: detachable FILE): STRING

View File

@@ -7,7 +7,7 @@
<exclude>/.svn$</exclude> <exclude>/.svn$</exclude>
<exclude>/EIFGENs$</exclude> <exclude>/EIFGENs$</exclude>
</file_rule> </file_rule>
<option debug="true" warning="true" void_safety="all"> <option debug="false" warning="true" void_safety="all">
<assertions precondition="true" postcondition="true" check="true" loop="true" supplier_precondition="true"/> <assertions precondition="true" postcondition="true" check="true" loop="true" supplier_precondition="true"/>
</option> </option>
<setting name="concurrency" value="scoop"/> <setting name="concurrency" value="scoop"/>
@@ -22,7 +22,6 @@
</library> </library>
<library name="http" location="..\..\..\network\protocol\http\http-safe.ecf" readonly="false"/> <library name="http" location="..\..\..\network\protocol\http\http-safe.ecf" readonly="false"/>
<library name="http_client" location="..\..\..\network\http_client\net_http_client-safe.ecf" readonly="false"/> <library name="http_client" location="..\..\..\network\http_client\net_http_client-safe.ecf" readonly="false"/>
<library name="thread" location="$ISE_LIBRARY\library\thread\thread-safe.ecf"/>
<library name="time" location="$ISE_LIBRARY\library\time\time-safe.ecf"/> <library name="time" location="$ISE_LIBRARY\library\time\time-safe.ecf"/>
<library name="wsf" location="..\wsf-safe.ecf" readonly="false"> <library name="wsf" location="..\wsf-safe.ecf" readonly="false">
<option> <option>
@@ -35,5 +34,6 @@
<target name="wsf_tests" extends="server"> <target name="wsf_tests" extends="server">
<library name="testing" location="$ISE_LIBRARY\library\testing\testing-safe.ecf"/> <library name="testing" location="$ISE_LIBRARY\library\testing\testing-safe.ecf"/>
<tests name="src" location=".\src\" recursive="true"/> <tests name="src" location=".\src\" recursive="true"/>
<setting name="concurrency" value="scoop"/>
</target> </target>
</system> </system>