Skip to content

Commit 51a52f2

Browse files
committed
2 parents a12f8a0 + 34f446d commit 51a52f2

33 files changed

+122
-124
lines changed

test/common/iServer/BufferAnalystServiceSpec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('testBufferAnalystService_processAsync', function () {
5959
done();
6060
} catch (exception) {
6161
expect(false).toBeTruthy();
62-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
62+
console.log("BufferAnalystService_" + exception.name + ":" + exception.message);
6363
bfServiceByDatasets.destroy();
6464
dsBufferAnalystParameters.destroy();
6565
done();
@@ -103,7 +103,7 @@ describe('testBufferAnalystService_processAsync', function () {
103103
done();
104104
} catch (exception) {
105105
expect(false).toBeTruthy();
106-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
106+
console.log("BufferAnalystService_" + exception.name + ":" + exception.message);
107107
bfServiceByGeometry.destroy();
108108
geometryBufferAnalystParameters.destroy();
109109
done();
@@ -151,7 +151,7 @@ describe('testBufferAnalystService_processAsync', function () {
151151
done();
152152
} catch (exception) {
153153
expect(false).toBeTruthy();
154-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
154+
console.log("BufferAnalystService_" + exception.name + ":" + exception.message);
155155
bfServiceByGeometry.destroy();
156156
dsBufferAnalystParameters.destroy();
157157
done();

test/common/iServer/ComputeWeightMatrixServiceSpec.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ describe('testComputeWeightMatrixService_processAsync',function(){
7373
done();
7474
}catch(exception){
7575
expect(false).toBeTruthy();
76-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
76+
console.log("ComputeWeightMatrixService_" + exception.name + ":" + exception.message);
7777
computeWeightMatrixService.destroy();
7878
parameter.destroy();
7979
done();
@@ -117,7 +117,7 @@ describe('testComputeWeightMatrixService_processAsync',function(){
117117
done();
118118
}catch(exception){
119119
expect(false).toBeTruthy();
120-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
120+
console.log("ComputeWeightMatrixService_" + exception.name + ":" + exception.message);
121121
computeWeightMatrixService.destroy();
122122
parameter.destroy();
123123
done();
@@ -161,7 +161,7 @@ describe('testComputeWeightMatrixService_processAsync',function(){
161161
done();
162162
}catch(exception){
163163
expect(false).toBeTruthy();
164-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
164+
console.log("ComputeWeightMatrixService_" + exception.name + ":" + exception.message);
165165
computeWeightMatrixService.destroy();
166166
parameter.destroy();
167167
done();
@@ -182,7 +182,7 @@ describe('testComputeWeightMatrixService_processAsync',function(){
182182
done();
183183
}catch(exception){
184184
expect(false).toBeTruthy();
185-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
185+
console.log("ComputeWeightMatrixService_" + exception.name + ":" + exception.message);
186186
computeWeightMatrixService.destroy();
187187
done();
188188
}
@@ -224,7 +224,7 @@ describe('testComputeWeightMatrixService_processAsync',function(){
224224
done();
225225
}catch(exception){
226226
expect(false).toBeTruthy();
227-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
227+
console.log("ComputeWeightMatrixService_" + exception.name + ":" + exception.message);
228228
computeWeightMatrixService.destroy();
229229
parameter.destroy();
230230
done();

test/common/iServer/EditFeaturesServiceSpec.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ describe('testEditFeaturesService_processAsync', function () {
103103
done();
104104
}catch(exception){
105105
expect(false).toBeTruthy();
106-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
106+
console.log("EditFeaturesService_" + exception.name + ":" + exception.message);
107107
editFeaturesService.destroy();
108108
editFeatureParameter.destroy();
109109
done();
@@ -153,7 +153,7 @@ describe('testEditFeaturesService_processAsync', function () {
153153
done();
154154
}catch(exception){
155155
expect(false).toBeTruthy();
156-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
156+
console.log("EditFeaturesService_" + exception.name + ":" + exception.message);
157157
editFeaturesService.destroy();
158158
editFeatureParameter.destroy();
159159
done();
@@ -180,7 +180,7 @@ describe('testEditFeaturesService_processAsync', function () {
180180
done();
181181
} catch (exception) {
182182
expect(false).toBeTruthy();
183-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
183+
console.log("EditFeaturesService_" + exception.name + ":" + exception.message);
184184
editFeaturesService.destroy();
185185
editFeatureParameter.destroy();
186186
done();
@@ -234,7 +234,7 @@ describe('testEditFeaturesService_processAsync', function () {
234234
done();
235235
}catch(exception){
236236
expect(false).toBeTruthy();
237-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
237+
console.log("EditFeaturesService_" + exception.name + ":" + exception.message);
238238
editFeaturesService.destroy();
239239
editFeatureParameter.destroy();
240240
done();
@@ -274,7 +274,7 @@ describe('testEditFeaturesService_processAsync', function () {
274274
done();
275275
}catch(exception){
276276
expect(false).toBeTruthy();
277-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
277+
console.log("EditFeaturesService_" + exception.name + ":" + exception.message);
278278
editFeaturesService.destroy();
279279
editFeatureParameter.destroy();
280280
done();

test/common/iServer/FindMTSPPathsServiceSpec.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ describe('testFindMTSPPathsService_processAsync', function () {
8686
done();
8787
} catch (exception) {
8888
expect(false).toBeTruthy();
89-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
89+
console.log("FindMTSPPathsService_" + exception.name + ":" + exception.message);
9090
findMTSPPathsService.destroy();
9191
parameter.destroy();
9292
done();
@@ -147,7 +147,7 @@ describe('testFindMTSPPathsService_processAsync', function () {
147147
done();
148148
} catch (exception) {
149149
expect(false).toBeTruthy();
150-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
150+
console.log("FindMTSPPathsService_" + exception.name + ":" + exception.message);
151151
findMTSPPathsService.destroy();
152152
parameter.destroy();
153153
done();
@@ -206,7 +206,7 @@ describe('testFindMTSPPathsService_processAsync', function () {
206206
done();
207207
} catch (exception) {
208208
expect(false).toBeTruthy();
209-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
209+
console.log("FindMTSPPathsService_" + exception.name + ":" + exception.message);
210210
findMTSPPathsService.destroy();
211211
parameter.destroy();
212212
done();
@@ -257,7 +257,7 @@ describe('testFindMTSPPathsService_processAsync', function () {
257257
done();
258258
} catch (exception) {
259259
expect(false).toBeTruthy();
260-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
260+
console.log("FindMTSPPathsService_" + exception.name + ":" + exception.message);
261261
findMTSPPathsService.destroy();
262262
parameter.destroy();
263263
done();
@@ -308,7 +308,7 @@ describe('testFindMTSPPathsService_processAsync', function () {
308308
done();
309309
} catch (exception) {
310310
expect(false).toBeTruthy();
311-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
311+
console.log("FindMTSPPathsService_" + exception.name + ":" + exception.message);
312312
findMTSPPathsService.destroy();
313313
parameter.destroy();
314314
done();
@@ -330,7 +330,7 @@ describe('testFindMTSPPathsService_processAsync', function () {
330330
done();
331331
} catch (exception) {
332332
expect(false).toBeTruthy();
333-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
333+
console.log("FindMTSPPathsService_" + exception.name + ":" + exception.message);
334334
findMTSPPathsService.destroy();
335335
done();
336336
}
@@ -379,7 +379,7 @@ describe('testFindMTSPPathsService_processAsync', function () {
379379
done();
380380
} catch (exception) {
381381
expect(false).toBeTruthy();
382-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
382+
console.log("FindMTSPPathsService_" + exception.name + ":" + exception.message);
383383
findMTSPPathsService.destroy();
384384
parameter.destroy();
385385
done();

test/common/iServer/FindPathServiceSpec.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe('testFindPathService_processAsync', function () {
8282
done();
8383
} catch (exception) {
8484
expect(false).toBeTruthy();
85-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
85+
console.log("FindPathService_" + exception.name + ":" + exception.message);
8686
findPathService.destroy();
8787
parameter.destroy();
8888
done();
@@ -134,7 +134,7 @@ describe('testFindPathService_processAsync', function () {
134134
done();
135135
} catch (exception) {
136136
expect(false).toBeTruthy();
137-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
137+
console.log("FindPathService_" + exception.name + ":" + exception.message);
138138
findPathService.destroy();
139139
parameter.destroy();
140140
done();
@@ -181,7 +181,7 @@ describe('testFindPathService_processAsync', function () {
181181
done();
182182
} catch (exception) {
183183
expect(false).toBeTruthy();
184-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
184+
console.log("FindPathService_" + exception.name + ":" + exception.message);
185185
findPathService.destroy();
186186
parameter.destroy();
187187
done();
@@ -228,7 +228,7 @@ describe('testFindPathService_processAsync', function () {
228228
done();
229229
} catch (exception) {
230230
expect(false).toBeTruthy();
231-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
231+
console.log("FindPathService_" + exception.name + ":" + exception.message);
232232
findPathService.destroy();
233233
parameter.destroy();
234234
done();
@@ -251,7 +251,7 @@ describe('testFindPathService_processAsync', function () {
251251
done();
252252
} catch (exception) {
253253
expect(false).toBeTruthy();
254-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
254+
console.log("FindPathService_" + exception.name + ":" + exception.message);
255255
findPathService.destroy();
256256
done();
257257
}
@@ -297,7 +297,7 @@ describe('testFindPathService_processAsync', function () {
297297
done();
298298
} catch (exception) {
299299
expect(false).toBeTruthy();
300-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
300+
console.log("FindPathService_" + exception.name + ":" + exception.message);
301301
findPathService.destroy();
302302
parameter.destroy();
303303
done();

test/common/iServer/FindServiceAreasServiceSpec.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ describe('testFindServiceAreasService_processAsync',function(){
7878
done();
7979
}catch (exception){
8080
expect(false).toBeTruthy();
81-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
81+
console.log("FindServiceAreasService_" + exception.name + ":" + exception.message);
8282
findServiceAreasService.destroy();
8383
done();
8484
}
@@ -133,7 +133,7 @@ describe('testFindServiceAreasService_processAsync',function(){
133133
done();
134134
}catch (exception){
135135
expect(false).toBeTruthy();
136-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
136+
console.log("FindServiceAreasService_" + exception.name + ":" + exception.message);
137137
findServiceAreasService.destroy();
138138
parameter.destroy();
139139
done();
@@ -183,7 +183,7 @@ describe('testFindServiceAreasService_processAsync',function(){
183183
done();
184184
}catch (exception){
185185
expect(false).toBeTruthy();
186-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
186+
console.log("FindServiceAreasService_" + exception.name + ":" + exception.message);
187187
findServiceAreasService.destroy();
188188
parameter.destroy();
189189
done();
@@ -233,7 +233,7 @@ describe('testFindServiceAreasService_processAsync',function(){
233233
done();
234234
}catch (exception){
235235
expect(false).toBeTruthy();
236-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
236+
console.log("FindServiceAreasService_" + exception.name + ":" + exception.message);
237237
findServiceAreasService.destroy();
238238
parameter.destroy();
239239
done();
@@ -256,7 +256,7 @@ describe('testFindServiceAreasService_processAsync',function(){
256256
done();
257257
}catch (exception){
258258
expect(false).toBeTruthy();
259-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
259+
console.log("FindServiceAreasService_" + exception.name + ":" + exception.message);
260260
findServiceAreasService.destroy();
261261
done();
262262
}
@@ -305,7 +305,7 @@ describe('testFindServiceAreasService_processAsync',function(){
305305
done();
306306
}catch (exception){
307307
expect(false).toBeTruthy();
308-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
308+
console.log("FindServiceAreasService_" + exception.name + ":" + exception.message);
309309
findServiceAreasService.destroy();
310310
parameter.destroy();
311311
done();

test/common/iServer/FindTSPPathsServiceSpec.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ describe('testFindTSPPathsService_processAsync',function(){
8383
done();
8484
}catch (exception){
8585
expect(false).toBeTruthy();
86-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
86+
console.log("FindTSPPathsService_" + exception.name + ":" + exception.message);
8787
findTSPPathsService.destroy();
8888
parameter.destroy();
8989
done();
@@ -130,7 +130,7 @@ describe('testFindTSPPathsService_processAsync',function(){
130130
done();
131131
}catch (exception){
132132
expect(false).toBeTruthy();
133-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
133+
console.log("FindTSPPathsService_" + exception.name + ":" + exception.message);
134134
findTSPPathsService.destroy();
135135
parameter.destroy();
136136
done();
@@ -177,7 +177,7 @@ describe('testFindTSPPathsService_processAsync',function(){
177177
done();
178178
}catch (exception){
179179
expect(false).toBeTruthy();
180-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
180+
console.log("FindTSPPathsService_" + exception.name + ":" + exception.message);
181181
findTSPPathsService.destroy();
182182
parameter.destroy();
183183
done();
@@ -200,7 +200,7 @@ describe('testFindTSPPathsService_processAsync',function(){
200200
done();
201201
}catch (exception){
202202
expect(false).toBeTruthy();
203-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
203+
console.log("FindTSPPathsService_" + exception.name + ":" + exception.message);
204204
findTSPPathsService.destroy();
205205
done();
206206
}
@@ -246,7 +246,7 @@ describe('testFindTSPPathsService_processAsync',function(){
246246
done();
247247
}catch (exception){
248248
expect(false).toBeTruthy();
249-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
249+
console.log("FindTSPPathsService_" + exception.name + ":" + exception.message);
250250
findTSPPathsService.destroy();
251251
parameter.destroy();
252252
done();

test/common/iServer/GenerateSpatialDataServiceSpec.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ describe('testGenerateSpatialDataService_processAsync',function(){
6969
done();
7070
}catch (exception){
7171
expect(false).toBeTruthy();
72-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
72+
console.log("GenerateSpatialDataService_" + exception.name + ":" + exception.message);
7373
generateSpatialDataService.destroy();
7474
generateSpatialDataParameters.destroy();
7575
done();
@@ -112,7 +112,7 @@ describe('testGenerateSpatialDataService_processAsync',function(){
112112
done();
113113
}catch (exception){
114114
expect(false).toBeTruthy();
115-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
115+
console.log("GenerateSpatialDataService_" + exception.name + ":" + exception.message);
116116
generateSpatialDataService.destroy();
117117
generateSpatialDataParameters.destroy();
118118
done();
@@ -158,7 +158,7 @@ describe('testGenerateSpatialDataService_processAsync',function(){
158158
done();
159159
}catch (exception){
160160
expect(false).toBeTruthy();
161-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
161+
console.log("GenerateSpatialDataService_" + exception.name + ":" + exception.message);
162162
generateSpatialDataService.destroy();
163163
generateSpatialDataParameters.destroy();
164164
done();
@@ -201,7 +201,7 @@ describe('testGenerateSpatialDataService_processAsync',function(){
201201
done();
202202
}catch (exception){
203203
expect(false).toBeTruthy();
204-
console.log("FieldStatisticService_" + exception.name + ":" + exception.message);
204+
console.log("GenerateSpatialDataService_" + exception.name + ":" + exception.message);
205205
generateSpatialDataService.destroy();
206206
generateSpatialDataParameters.destroy();
207207
done();

0 commit comments

Comments
 (0)