dojo-trunk/tests/widget/test_validate.html gives the following Errors (on Windows XP Firefox 1.5.3):
DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.isIpAddress is not a function, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 631]
DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.isIpAddress is not a function, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 631]
DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.isUrl is not a function, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 685]
DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.isEmailAddress is not a function, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 725]
DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.isEmailAddressList is not a function, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 765]
DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.isValidDate is not a function, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 803]
DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.isValidDate is not a function, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 803]
DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.isValidTime is not a function, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 849]
DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.isValidTime is not a function, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 849]
DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.us has no properties, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 890]
DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.us has no properties, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 914]
DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.us has no properties, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 937]
DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.us has no properties, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 960]
I'll fix the test, it broke with Dylan's refactoring of validate.