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.
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9380 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/junit/JUnit.gwt.xml b/user/src/com/google/gwt/junit/JUnit.gwt.xml
index 000ed09..97dfa12 100644
--- a/user/src/com/google/gwt/junit/JUnit.gwt.xml
+++ b/user/src/com/google/gwt/junit/JUnit.gwt.xml
@@ -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" />