tests: move robot framework tests to a subdirectory

This commit is contained in:
Frédéric Péters 2013-03-27 11:32:07 +01:00
parent 8688eb84a1
commit 4a89bf9467
3 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,9 @@ import shutil
import signal
import sys
WCS_SRCDIR = '../'
WCSCTL = '../wcsctl.py'
WCS_DATA_DIR = os.path.abspath('../data')
WCS_SRCDIR = '../../'
WCSCTL = '../../wcsctl.py'
WCS_DATA_DIR = os.path.abspath('../../data')
from robot.libraries.BuiltIn import BuiltIn