Sha256: 671bf01dd44437d04c354eb5c7555120dc98f852cf41751e294d49199e0c1359

Contents?: true

Size: 604 Bytes

Versions: 12

Compression:

Stored size: 604 Bytes

Contents

<html>
<head>
    <script type="text/javascript">
        OpenLayers = {singleFile: true}; // just to make the test run faster
        document.write('<scr'+'ipt src="../lib/OpenLayers.js"></scr'+'ipt>');
        document.write('<scr'+'ipt src="bogus/foo-/OpenLayers.js"></scr'+'ipt>');
    </script>
    <script type="text/javascript">
        function test_OpenLayers(t) {
            t.plan(1);
            t.eq(OpenLayers._getScriptLocation(), "../lib/",
                 "Script location correctly detected, and not fooled by other scripts.");
        }
    </script>
</head>
<body>
</body>
</html>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
postrunner-0.0.10 misc/openlayers/tests/OpenLayers4.html
postrunner-0.0.9 misc/openlayers/tests/OpenLayers4.html
postrunner-0.0.8 misc/openlayers/tests/OpenLayers4.html
postrunner-0.0.7 misc/openlayers/tests/OpenLayers4.html
postrunner-0.0.6 misc/openlayers/tests/OpenLayers4.html
postrunner-0.0.5 misc/openlayers/tests/OpenLayers4.html
postrunner-0.0.4 misc/openlayers/tests/OpenLayers4.html
gb_mapfish_appserver-0.0.5 vendor/assets/javascripts/openlayers/tests/OpenLayers4.html
gb_mapfish_appserver-0.0.4 vendor/assets/javascripts/openlayers/tests/OpenLayers4.html
gb_mapfish_appserver-0.0.3 vendor/assets/javascripts/openlayers/tests/OpenLayers4.html
gb_mapfish_appserver-0.0.2 vendor/assets/javascripts/openlayers/tests/OpenLayers4.html
gb_mapfish_appserver-0.0.1 vendor/assets/javascripts/openlayers/tests/OpenLayers4.html