Revision: 9380
Author: [email protected]
Date: Wed Dec  8 11:37:11 2010
Log: Fixes $entry() wrappers for EventTarget and subtypes, Timers, and properties of
the form "Element.onclick". Adds tests to confirm that this makes the
UncaughtExceptionHandler fire properly.

http://code.google.com/p/google-web-toolkit/source/detail?r=9380

Modified:
 /trunk/user/src/com/google/gwt/junit/JUnit.gwt.xml

=======================================
--- /trunk/user/src/com/google/gwt/junit/JUnit.gwt.xml Mon Jun 7 12:20:31 2010 +++ /trunk/user/src/com/google/gwt/junit/JUnit.gwt.xml Wed Dec 8 11:37:11 2010
@@ -32,8 +32,8 @@
   </generate-with>

   <!-- We want to provide consistent stack traces across all browsers. -->
- <set-configuration-property name="compiler.emulatedStack.recordFileNames" value="true" />
-  <set-property name="compiler.emulatedStack" value="true" />
+ <set-configuration-property name="compiler.emulatedStack.recordFileNames" value="false" />
+  <set-property name="compiler.emulatedStack" value="false" />

<!-- Override the regular symbolMaps linker to put the data somewhere we can find it --> <define-linker name="symbolMaps" class="com.google.gwt.junit.linker.JUnitSymbolMapsLinker" />

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to