]> dev.renevier.net Git - syp.git/blob - openlayers/tests/Format/WMSCapabilities.html
initial commit
[syp.git] / openlayers / tests / Format / WMSCapabilities.html
1 <html> 
2 <head> 
3     <script src="../../lib/OpenLayers.js"></script>
4     <script type="text/javascript">
5     
6     function test_initialize(t) {
7         
8         t.plan(1);
9         var format = new OpenLayers.Format.WMSCapabilities({
10             version: "foo"
11         });
12         t.eq(format.version, "foo", "version set on format");
13         
14     }
15     
16     </script> 
17 </head> 
18 <body>
19 </body> 
20 </html>