Fixed configurations paths

This commit is contained in:
jvelilla
2013-04-12 09:38:04 -03:00
parent 3d36c353fc
commit 6ead464a6b
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ feature {NONE} -- Initialization
-- Initialize `Current'.
do
print ("Test Server that could be used for autotest%N")
-- base_url := "/test/"
base_url := "/test/"
set_service_option ("port", 9091)
set_service_option ("verbose", True)