Sha256: e2121753e1f56aaf9a55fa8d9cd46ce3bc8489f5f176dfd0aff72f91c009b0c6

Contents?: true

Size: 523 Bytes

Versions: 7

Compression:

Stored size: 523 Bytes

Contents

<html>
<head>
    <script src="../lib/OpenLayers.js"></script>
    <script type="text/javascript">
        function test_OpenLayers(t) {
            t.plan(3);

            t.eq(OpenLayers._getScriptLocation(), "../", "Script location correctly detected.");
            
            t.ok(OpenLayers.ImgPath !== undefined, "An ImgPath property exists.");
            
            t.eq(OpenLayers.ImgPath, '', "The default for OpenLayers.ImgPath is the empty string.");
        }
    </script>
</head>
<body>
</body>
</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
postrunner-0.0.10 misc/openlayers/tests/OpenLayers1.html
postrunner-0.0.9 misc/openlayers/tests/OpenLayers1.html
postrunner-0.0.8 misc/openlayers/tests/OpenLayers1.html
postrunner-0.0.7 misc/openlayers/tests/OpenLayers1.html
postrunner-0.0.6 misc/openlayers/tests/OpenLayers1.html
postrunner-0.0.5 misc/openlayers/tests/OpenLayers1.html
postrunner-0.0.4 misc/openlayers/tests/OpenLayers1.html