@@ -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 ( ) ;
0 commit comments