Reviewers: MarkM,
Description:
The test catalog specified running test-success.js in both minified
and unminified mode, but it did not pass on the flag to caja.initialize,
so any problems with minification of the iframe JS would not be caught.
Please review this at https://codereview.appspot.com/202420043/
Affected files (+1, -1 lines):
M tests/com/google/caja/plugin/test-success.js
Index: tests/com/google/caja/plugin/test-success.js
===================================================================
--- tests/com/google/caja/plugin/test-success.js (revision 5713)
+++ tests/com/google/caja/plugin/test-success.js (working copy)
@@ -24,7 +24,7 @@
caja.initialize(
{
cajaServer: '/caja',
- debug: true,
+ debug: !minifiedMode,
maxAcceptableSeverity: 'NO_KNOWN_EXPLOIT_SPEC_VIOLATION'
},
function() {},
--
---
You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.