Sha256: 8875a2a6872ef2b754387574a3dd5d28d099f0f80bea1053a9202242020940ff

Contents?: true

Size: 589 Bytes

Versions: 12

Compression:

Stored size: 589 Bytes

Contents

<html> 
<head> 
    <script src="../OLLoader.js"></script> 
    <script type="text/javascript">

    function test_initialize(t) { 
        t.plan(3); 
         
        var options = {'foo': 'bar'}; 
        var format = new OpenLayers.Format.Filter(options); 
        t.ok(format instanceof OpenLayers.Format.Filter, 
             "new OpenLayers.Format.Filter returns object" ); 
        t.eq(format.foo, "bar", "constructor sets options correctly"); 
        t.eq(typeof format.read, "function", "format has a read function"); 
    }

    </script> 
</head> 
<body> 
</body> 
</html> 

Version data entries

12 entries across 12 versions & 2 rubygems

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