Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(491)

Unified Diff: tests/com/google/caja/plugin/GeneralBrowserTest.java

Issue 6782044: Systematize taming/untaming of primitives (Closed) Base URL: http://google-caja.googlecode.com/svn/trunk/
Patch Set: Systematize taming/untaming of primitives Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/com/google/caja/plugin/GeneralBrowserTest.java
===================================================================
--- tests/com/google/caja/plugin/GeneralBrowserTest.java (revision 5115)
+++ tests/com/google/caja/plugin/GeneralBrowserTest.java (working copy)
@@ -186,6 +186,10 @@
runTestDriver("es53-test-client-uri-rewriting.js", false);
}
+ public final void testTamingPrimitives() throws Exception {
+ runTestDriver("es53-test-taming-primitives.js", false);
+ }
+
public final void testTamingTamed() throws Exception {
runTestDriver("es53-test-taming-tamed.js");
}
« no previous file with comments | « src/com/google/caja/plugin/taming-membrane.js ('k') | tests/com/google/caja/plugin/es53-test-taming-primitives.js » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b