PR# 15563 Testing will do nothing if no exe is present

Problem Report Summary
Submitter: manus_eiffel
Category: EiffelTest
Priority: High
Date: 2009/03/26
Class: Bug
Severity: Serious
Number: 15563
Release: 6.4
Confidential: No
Status: Open
Responsible:
Environment: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7 (.NET CLR 3.5.30729)
Synopsis: Testing will do nothing if no exe is present

Description
Simply change the testing project so that it cannot generate the workbench binary (e.g. by adding an unknown external to your project). Then you can try to launch the execution of test, but it will simply wait indefinitely because we never check that the process was actually launched.

Unlike what is said in rev#77919, the crash I got was because of the missing binary, not because of the firewall.

To Reproduce

										
Problem Report Interactions