Jakub Opatowski wrote: > Hello, > > I have a little problem with setFileField. I have to try upload a file > that do not exist and see if the error prompt shows. > The problem is that setFileField shows that file do not exist, so the > test cannot be completed. > Does anyone know how to archive a proper results for such tests? > > Jakub
interesting because WebTest now throws an Exception if the file doesn't exist to prevent mistakes. Perhaps an additional attribute like checkFileExists="false" would make sense here. Can you open an issue for that? Marc. -- Blog: http://mguillem.wordpress.com _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

