altered to work better on the build machine

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3553 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
PriestJ
2008-02-14 15:37:39 +00:00
parent aa9841e0db
commit 6c4a58fa3c
2 changed files with 3 additions and 2 deletions

View File

@@ -81,8 +81,8 @@ ADDRESSC=["SubBuilding C",
"City C",
"NN4 6CC"]
#set working directory for uploading files etc.
#backup 2 directories
#Dir.chdir('..')
#backup 1 directory
#Dir.chdir('..')
Dir.chdir('..')
#we're in windows, so replace the forwards with the backs
WORKINGDIR = Dir.getwd.to_s.gsub!('/','\\')

View File

@@ -156,6 +156,7 @@ class Test_03_housings_screen < Test::Unit::TestCase
assert(@@ie.button(:id, 'cancel').exists?,'The cancel button was not available')
assert(@@ie.button(:id, 'delete').exists?,'The delete button was not available')
assert(@@ie.button(:id, 'apply_changes').exists?,'The Apply Changes button was not available')
startClicker("OK", 1)
@@ie.button(:id, 'delete').click
@@ie.wait
assert_nil(@@ie.contains_text('3811H'),'The housing code field did contain value 3811H')