map.test.js - fix the map is destroyable test in advanced mode

This commit is contained in:
Éric Lemoine
2012-06-22 10:59:57 +02:00
parent ad2c3e15e3
commit cb37aaa01b

View File

@@ -158,7 +158,7 @@ describe("ol.map", function() {
map.destroy();
expect(goog.isDef(map.getLayers())).toBe(false);
expect(map.layers()).not.toBeDefined();
});