added some tests (that don't yet work) to drawingstests, sorted a few things out and merged the constants file

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3309 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
PriestJ
2008-01-18 17:44:24 +00:00
parent 6eaba775e4
commit 999b0c5728
4 changed files with 62 additions and 49 deletions

View File

@@ -10,8 +10,7 @@ class Test_01_export_data < Test::Unit::TestCase
#
def test_01_data_export_screen_appears
@@ie.goto(EXPORT_DATA)
#we'll need to login
login(JAMIE, JAMIE_PWD)
login(DEFAULT, DEFAULT_PWD)
assert(@@ie.contains_text('Data Export'),'The data export screen did not appear')
assert(@@ie.select_list(:id, 'P5_TABLES').exists?,'The tables field was not available')
assert(@@ie.select_list(:id, 'P5_COLUMN_NAMES').exists?,'The column headings field was not available')