You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2007/03/02 15:23:36 UTC

svn commit: r513806 - /incubator/xap/trunk/unittests/testsrc/xap/xmodify/_TestxModifyHTML.html

Author: mturyn
Date: Fri Mar  2 07:23:36 2007
New Revision: 513806

URL: http://svn.apache.org/viewvc?view=rev&rev=513806
Log:
Added comment to try to make things clearer if this fails from blocked popups' interfering with our cool logging (ours, not jsunit's).

Modified:
    incubator/xap/trunk/unittests/testsrc/xap/xmodify/_TestxModifyHTML.html

Modified: incubator/xap/trunk/unittests/testsrc/xap/xmodify/_TestxModifyHTML.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/xmodify/_TestxModifyHTML.html?view=diff&rev=513806&r1=513805&r2=513806
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/xmodify/_TestxModifyHTML.html (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/xmodify/_TestxModifyHTML.html Fri Mar  2 07:23:36 2007
@@ -52,6 +52,9 @@
 function setUpPage() {
 
 	// debug window
+	// This additional logging below works fine when it works, but can
+	// produce an error if the browser is blocking popups:
+	//	
 	document.w = window.open('','debug');
    	xap.xml.xmodify.CommandDirective.s_log.setLevel(xap.log.Logger.DEBUG);
 	xap.xml.xmodify.CommandDirective.s_log.addAppender({ doAppend: function(logEvent) {