On Tue, Mar 4, 2008 at 5:22 PM, Mike Samuel <[EMAIL PROTECTED]> wrote:
> I'm a dev on Caja ( http://code.google.com/p/google-caja/ ). I'd like to > update the javascript html sanitizer and container under > shindig/features/caja to Caja's latest and greatest. > > I found that under shindig/features/caja but I can't find any of the > corresponding testcases: > http://cajadores.com/snapshot/com/google/caja/plugin/test-sanitize.html > > Should those be in Shindig? Ideally not -- I'd rather not have the js in there either though, and would instead pull it from your maven repo. Is this possible? If it's inside of the caja jar, I can make it work as well (i just need to know the full resource path) If so, where should they go? And does Shindig > have any infrastructure for running javascript tests in java, like > > http://code.google.com/p/google-caja/source/browse/trunk/src/javatests/com/google/caja/util/RhinoTestBed.java We don't, but we want to have something like this. Can we steal it? :) > > <http://code.google.com/p/google-caja/source/browse/trunk/src/javatests/com/google/caja/util/RhinoTestBed.java> > > cheers, > mike > -- ~Kevin

