@@ -65,7 +65,7 @@ describe('testMeasureService_processAsync', function () {
6565 expect ( measureService . distanceMode == null ) . toBeTruthy ( ) ;
6666 measureParameters . destroy ( ) ;
6767 done ( ) ;
68- } catch ( excepion ) {
68+ } catch ( exception ) {
6969 expect ( false ) . toBeTruthy ( ) ;
7070 console . log ( "FieldStatisticService_" + exception . name + ":" + exception . message ) ;
7171 measureService . destroy ( ) ;
@@ -97,7 +97,7 @@ describe('testMeasureService_processAsync', function () {
9797 measureService . destroy ( ) ;
9898 measureParameters . destroy ( ) ;
9999 done ( ) ;
100- } catch ( excepion ) {
100+ } catch ( exception ) {
101101 expect ( false ) . toBeTruthy ( ) ;
102102 console . log ( "FieldStatisticService_" + exception . name + ":" + exception . message ) ;
103103 measureService . destroy ( ) ;
@@ -131,7 +131,7 @@ describe('testMeasureService_processAsync', function () {
131131 measureService . destroy ( ) ;
132132 measureParameters . destroy ( ) ;
133133 done ( ) ;
134- } catch ( excepion ) {
134+ } catch ( exception ) {
135135 expect ( false ) . toBeTruthy ( ) ;
136136 console . log ( "FieldStatisticService_" + exception . name + ":" + exception . message ) ;
137137 measureService . destroy ( ) ;
@@ -164,7 +164,7 @@ describe('testMeasureService_processAsync', function () {
164164 measureService . destroy ( ) ;
165165 measureParameters . destroy ( ) ;
166166 done ( ) ;
167- } catch ( excepion ) {
167+ } catch ( exception ) {
168168 expect ( false ) . toBeTruthy ( ) ;
169169 console . log ( "FieldStatisticService_" + exception . name + ":" + exception . message ) ;
170170 measureService . destroy ( ) ;
@@ -196,7 +196,7 @@ describe('testMeasureService_processAsync', function () {
196196 measureService . destroy ( ) ;
197197 measureParameters . destroy ( ) ;
198198 done ( ) ;
199- } catch ( excepion ) {
199+ } catch ( exception ) {
200200 expect ( false ) . toBeTruthy ( ) ;
201201 console . log ( "FieldStatisticService_" + exception . name + ":" + exception . message ) ;
202202 measureService . destroy ( ) ;
@@ -225,7 +225,7 @@ describe('testMeasureService_processAsync', function () {
225225 measureService . destroy ( ) ;
226226 measureParameters . destroy ( ) ;
227227 done ( ) ;
228- } catch ( excepion ) {
228+ } catch ( exception ) {
229229 expect ( false ) . toBeTruthy ( ) ;
230230 console . log ( "FieldStatisticService_" + exception . name + ":" + exception . message ) ;
231231 measureService . destroy ( ) ;
@@ -256,7 +256,7 @@ describe('testMeasureService_processAsync', function () {
256256 measureService . destroy ( ) ;
257257 measureParameters . destroy ( ) ;
258258 done ( ) ;
259- } catch ( excepion ) {
259+ } catch ( exception ) {
260260 expect ( false ) . toBeTruthy ( ) ;
261261 console . log ( "FieldStatisticService_" + exception . name + ":" + exception . message ) ;
262262 measureService . destroy ( ) ;
@@ -285,7 +285,7 @@ describe('testMeasureService_processAsync', function () {
285285 expect(serviceFailedEventArgsSystem).not.toBeNull();
286286 measureService.destroy();
287287 done();
288- }catch(excepion ){
288+ }catch(exception ){
289289 alert(exception.name + ":" + exception.message);
290290 measureService.destroy();
291291 done();
@@ -305,8 +305,8 @@ describe('testMeasureService_processAsync', function () {
305305 var measureResult=measureService.lastResult;
306306 equal(measureResult,null,"measureService.lastResult");
307307 start();
308- }catch(excepion ){
309- ok(false,"exception occcurs,message is:"+excepion .message)
308+ }catch(exception ){
309+ ok(false,"exception occcurs,message is:"+exception .message)
310310 start();
311311 }
312312 },8000);
0 commit comments