﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3249	"AutoIt library for Robot Framework launches the incorrect file if filename contains the word ""service"""	mvlismas@…		"*** Settings ***
Suite Setup
Library           AutoItLibrary

*** Test Cases ***
PACS Service Admin
    [Setup]    Launch PACS Service Admin

*** Keywords ***
Launch PACS Service Admin
    AutoItLibrary.Run    C:\\Program Files (x86)\\PACS Service\\PACS Service Administration.exe

------------------------------------------------------------------------------------------------------------

In the PACS Service directory there are a couple of EXE files.

PACS Service Administration.exe
PACS Service.exe

When I run the test case as it I get an error ""Windows Service Start Failure""...

If I modify or remove the word service from the PACS Service Administration.exe and change the test case, then it runs as expected. If I leave PACS Service Administration.exe as is, and modify or remove PACS Service.exe, then the application launches but the test case does not finish. Seems like it is waiting for something."	Bug	closed		AutoIt	3.3.14.0	None	Rejected		
