Show
Ignore:
Timestamp:
03/11/07 15:55:47 (22 months ago)
Author:
jburke
Message:

(merge from 0.4 branch) Some adjustments to make tests xdomain friendly

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/io/test_IframeIO.html

    r5219 r7573  
    33                <script language="JavaScript" type="text/javascript"> 
    44                        // Dojo configuration 
    5                         djConfig = { isDebug: true }; 
     5                        djConfig = { 
     6                                isDebug: true, 
     7                                dojoIframeHistoryUrl: "../../iframe_history.html" //for xdomain testing. 
     8                        }; 
    69                </script> 
    710                <script language="JavaScript" type="text/javascript"