@@ -53,7 +53,7 @@ describe('openlayers_GraphicLayer', () => {
5353 afterAll ( ( ) => {
5454 document . body . removeChild ( testDiv ) ;
5555 } ) ;
56- it ( 'constructor_canvas' , ( done ) => {
56+ it ( 'constructor_canvas' , ( done ) => {
5757 spyOn ( FetchRequest , 'commit' ) . and . callFake ( ( ) => {
5858 return Promise . resolve ( new Response ( escapedJson ) ) ;
5959 } ) ;
@@ -113,7 +113,7 @@ describe('openlayers_GraphicLayer', () => {
113113 } ) ;
114114 } ) ;
115115
116- xit ( 'constructor_webgl' , ( done ) => {
116+ it ( 'constructor_webgl' , ( done ) => {
117117 spyOn ( FetchRequest , 'commit' ) . and . callFake ( ( ) => {
118118 return Promise . resolve ( new Response ( escapedJson ) ) ;
119119 } ) ;
@@ -162,7 +162,7 @@ describe('openlayers_GraphicLayer', () => {
162162 done ( ) ;
163163 } ) ;
164164
165- it ( 'CloverShape' , ( done ) => {
165+ it ( 'CloverShape' , ( done ) => {
166166 spyOn ( FetchRequest , 'commit' ) . and . callFake ( ( ) => {
167167 return Promise . resolve ( new Response ( escapedJson ) ) ;
168168 } ) ;
@@ -239,7 +239,7 @@ describe('openlayers_GraphicLayer', () => {
239239 } ) ;
240240 } ) ;
241241
242- it ( "addGraphics" , ( done ) => {
242+ it ( "addGraphics" , ( done ) => {
243243 let graphics = [ ] ;
244244 map = new ol . Map ( {
245245 target : 'map' ,
@@ -283,7 +283,7 @@ describe('openlayers_GraphicLayer', () => {
283283 } , 4000 ) ;
284284 } ) ;
285285
286- it ( "getGraphicBy add getGraphicById" , ( done ) => {
286+ it ( "getGraphicBy add getGraphicById" , ( done ) => {
287287 let graphics = [ ] ;
288288 map = new ol . Map ( {
289289 target : 'map' ,
@@ -323,7 +323,7 @@ describe('openlayers_GraphicLayer', () => {
323323
324324
325325 } ) ;
326- it ( "getGraphicsByAttribute" , ( done ) => {
326+ it ( "getGraphicsByAttribute" , ( done ) => {
327327 let graphics = [ ] ;
328328 map = new ol . Map ( {
329329 target : 'map' ,
@@ -358,7 +358,7 @@ describe('openlayers_GraphicLayer', () => {
358358 } , 4000 ) ;
359359 } ) ;
360360
361- it ( "removeGraphics" , ( done ) => {
361+ it ( "removeGraphics" , ( done ) => {
362362 let graphics = [ ] ;
363363 map = new ol . Map ( {
364364 target : 'map' ,
@@ -403,7 +403,7 @@ describe('openlayers_GraphicLayer', () => {
403403 done ( ) ;
404404 } , 4000 ) ;
405405 } ) ;
406- it ( "getLayerState" , ( done ) => {
406+ it ( "getLayerState" , ( done ) => {
407407 let graphics = [ ] ;
408408 map = new ol . Map ( {
409409 target : 'map' ,
@@ -438,7 +438,7 @@ describe('openlayers_GraphicLayer', () => {
438438 } , 4000 ) ;
439439 } ) ;
440440
441- it ( "setGraphics" , ( done ) => {
441+ it ( "setGraphics" , ( done ) => {
442442 let graphics = [ ] ;
443443 map = new ol . Map ( {
444444 target : 'map' ,
@@ -482,7 +482,7 @@ describe('openlayers_GraphicLayer', () => {
482482 } , 4000 ) ;
483483 } ) ;
484484
485- it ( "setStyle" , ( done ) => {
485+ it ( "setStyle" , ( done ) => {
486486 let graphics = [ ] ;
487487 map = new ol . Map ( {
488488 target : 'map' ,
@@ -519,7 +519,7 @@ describe('openlayers_GraphicLayer', () => {
519519 } , 4000 ) ;
520520 } ) ;
521521
522- it ( "clear" , ( done ) => {
522+ it ( "clear" , ( done ) => {
523523 let graphics = [ ] ;
524524 map = new ol . Map ( {
525525 target : 'map' ,
@@ -553,7 +553,7 @@ describe('openlayers_GraphicLayer', () => {
553553 } , 4000 ) ;
554554 } ) ;
555555
556- it ( 'forEachFeatureAtCoordinate_ICL_1047' , ( done ) => {
556+ it ( 'forEachFeatureAtCoordinate_ICL_1047' , ( done ) => {
557557 //三叶草的生成坐标
558558 var coordinate = [
559559 [ 50.154958667070076 , - 0.89592969754775 ]
0 commit comments