Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 362034 - testexec.exe does not work using config file including entry for testjob
Summary: testexec.exe does not work using config file including entry for testjob
Status: CLOSED FIXED
Alias: None
Product: Jubula
Classification: Technology
Component: Core (show other bugs)
Version: 1.0.0   Edit
Hardware: All All
: P3 blocker (vote)
Target Milestone: Juno M6   Edit
Assignee: Markus Tiede CLA
QA Contact: Oliver Goetz CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-26 04:29 EDT by Oliver Goetz CLA
Modified: 2012-02-23 03:55 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Goetz CLA 2011-10-26 04:29:29 EDT
Trying to execute a test using the testexec.exe fails when trying to use a config file which includes an entry for a test job:

<configuration>
    <project>Projectname</project>
    <version>Versionnumber</version>
    <autid>AUTID</autid>
    <dbscheme>DBScheme</dbscheme>
    <dbuser>DBUser</dbuser>
    <dbpw>PW</dbpw>
    <server>Server</server>
    <port>Port</port>
    <language>Language</language>
    <testjob>Testjob</testjob>
    <datadir>Datadirectory</datadir>
    <resultdir>Resultdirectory</resultdir>
</configuration>

Error message: The specified Test Suite does not exist.
Comment 2 Oliver Goetz CLA 2011-11-01 04:02:32 EDT
Fix verified manually