- Timestamp:
- 18 Jan 2010, 09:06:47 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-importers/src/waeup/browser.txt
r4789 r4853 797 797 >>> browser.getControl(name='SUBMIT').click() 798 798 799 The file was indeed uploaded :799 The file was indeed uploaded, with the current userid inserted: 800 800 801 801 >>> os.listdir(uploadpath) 802 ['myfaculties .csv']802 ['myfaculties_zope.mgr.csv'] 803 803 804 804 We create and upload also a CSV file containing departments: … … 880 880 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... 881 881 ...The following files are available for import:... 882 ...mycertcourses .csv...Certificate Course Importer...883 ...mycertificates .csv...Certificate Importer...884 ...mycourses .csv...Course Importer...885 ...mydepartments .csv...Department Importer...886 ...myfaculties .csv...Faculty Importer...882 ...mycertcourses_zope.mgr.csv...Certificate Course Importer... 883 ...mycertificates_zope.mgr.csv...Certificate Importer... 884 ...mycourses_zope.mgr.csv...Course Importer... 885 ...mydepartments_zope.mgr.csv...Department Importer... 886 ...myfaculties_zope.mgr.csv...Faculty Importer... 887 887 ... 888 888 … … 898 898 >>> print browser.contents 899 899 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... 900 ...Successfully imported: myfaculties .csv...900 ...Successfully imported: myfaculties_zope.mgr.csv... 901 901 ... 902 902 … … 919 919 >>> print browser.contents 920 920 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... 921 ...Successfully imported: mydepartments .csv...921 ...Successfully imported: mydepartments_zope.mgr.csv... 922 922 ... 923 923 … … 930 930 >>> print browser.contents 931 931 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... 932 ...Successfully imported: mycourses .csv...932 ...Successfully imported: mycourses_zope.mgr.csv... 933 933 ... 934 934 … … 941 941 >>> print browser.contents 942 942 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... 943 ...Successfully imported: mycertificates .csv...943 ...Successfully imported: mycertificates_zope.mgr.csv... 944 944 ... 945 945 … … 952 952 >>> print browser.contents 953 953 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... 954 ...Successfully imported: mycertcourses .csv...954 ...Successfully imported: mycertcourses_zope.mgr.csv... 955 955 ... 956 956
Note: See TracChangeset for help on using the changeset viewer.