Sha256: 10d8f94d36ef1157360cfca8e7c5a861316fc118f5cd2a251fd14fa27ee5658e

Contents?: true

Size: 478 Bytes

Versions: 12

Compression:

Stored size: 478 Bytes

Contents

<html>
<head>
    <script src="../OLLoader.js"></script>
    <script type="text/javascript">
      function test_Control_Button_constructor (t) {
          t.plan( 2 );
      
          control = new OpenLayers.Control.Button();
          t.ok( control instanceof OpenLayers.Control.Button, "new OpenLayers.Control returns object" );
          t.eq( control.displayClass, "olControlButton", "displayClass is correct" );
      }
    
    </script>
</head>
<body>
</body>
</html>

Version data entries

12 entries across 12 versions & 2 rubygems

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