Maven migration (first draft)
This commit is contained in:
parent
da79ac3e1d
commit
fee48b0b50
1711 changed files with 662 additions and 0 deletions
14
legacy/utilities/acceptance-tests/suites/ignored_tests.txt
Normal file
14
legacy/utilities/acceptance-tests/suites/ignored_tests.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
#
|
||||
# This is a list of tests that we don't expect to have pass. When they
|
||||
# fail, they appear as warnings instead of errors.
|
||||
#
|
||||
# Each line contains the suite name, the test name, and an optional comment.
|
||||
# Like this:
|
||||
# <suite name>, <test name> # Comment text
|
||||
#
|
||||
# If the test name is "*", then entire suite is ignored.
|
||||
|
||||
CreatePeople, UploadFacultyImage # Don't know how to specify an upload file location that is system-independent.
|
||||
CreatePeople, ChangeFacultyImage # Don't know how to specify an upload file location that is system-independent.
|
||||
CreatePeopleVB, UploadFacultyImage # Don't know how to specify an upload file location that is system-independent.
|
||||
CreatePeopleVB, ChangeFacultyImage # Don't know how to specify an upload file location that is system-independent.
|
Loading…
Add table
Add a link
Reference in a new issue