Rolling back stupidly-accidental commit to JUnit.gwt.xml

Review by: knorton@google.com

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9389 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 97dfa12..000ed09 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="false" />
-  <set-property name="compiler.emulatedStack" value="false" />
+  <set-configuration-property name="compiler.emulatedStack.recordFileNames" value="true" />
+  <set-property name="compiler.emulatedStack" value="true" />
 
   <!-- 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" />