2010-03-26 19:38:37 +00:00
|
|
|
#
|
|
|
|
# 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
|
2010-09-08 14:37:08 +00:00
|
|
|
#
|
|
|
|
# If the test name is "*", then entire suite is ignored.
|
2010-03-26 19:38:37 +00:00
|
|
|
|
2010-04-01 20:38:40 +00:00
|
|
|
CreatePeople, UploadFacultyImage # Don't know how to specify an upload file location that is system-independent.
|
2010-04-02 15:41:18 +00:00
|
|
|
CreatePeople, ChangeFacultyImage # Don't know how to specify an upload file location that is system-independent.
|
2010-11-18 15:03:33 +00:00
|
|
|
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.
|