@@ -42,7 +42,7 @@ describe('JUnit reporter', function () {
42
42
testcase = suite . testcase [ 0 ] ;
43
43
expect ( testcase ) . to . not . be . empty ;
44
44
45
- expect ( testcase . $ ) . to . have . property ( 'classname' , 'ExampleCollectionWithASingleGetRequest ' ) ;
45
+ expect ( testcase . $ ) . to . have . property ( 'classname' , 'ASimpleGetRequest ' ) ;
46
46
47
47
expect ( suite . $ ) . to . have . property ( 'tests' , '1' ) ;
48
48
expect ( suite . $ ) . to . have . property ( 'failures' , '0' ) ;
@@ -83,7 +83,7 @@ describe('JUnit reporter', function () {
83
83
testcase = suite . testcase [ 0 ] ;
84
84
expect ( testcase ) . to . not . be . empty ;
85
85
86
- expect ( testcase . $ ) . to . have . property ( 'classname' , 'ExampleCollectionWithFailingTests ' ) ;
86
+ expect ( testcase . $ ) . to . have . property ( 'classname' , 'StatusCodeTest ' ) ;
87
87
expect ( testcase . $ . time ) . to . match ( / ^ \d + \. \d { 3 } $ / ) ;
88
88
expect ( testcase . failure ) . to . not . be . empty ;
89
89
expect ( testcase . failure [ 0 ] . _ ) . to . not . be . empty ;
@@ -124,7 +124,7 @@ describe('JUnit reporter', function () {
124
124
testcase = suite . testcase [ 0 ] ;
125
125
expect ( testcase ) . to . not . be . empty ;
126
126
127
- expect ( testcase . $ ) . to . have . property ( 'classname' , 'AssertionErrorTest ' ) ;
127
+ expect ( testcase . $ ) . to . have . property ( 'classname' , 'FailedRequest ' ) ;
128
128
expect ( testcase . $ . time ) . to . match ( / ^ \d + \. \d { 3 } $ / ) ;
129
129
expect ( testcase . failure ) . to . not . be . empty ;
130
130
expect ( testcase . failure [ 0 ] . _ ) . to . not . be . empty ;
@@ -183,7 +183,7 @@ describe('JUnit reporter', function () {
183
183
testcase = suite . testcase [ 0 ] ;
184
184
expect ( testcase ) . to . not . be . empty ;
185
185
186
- expect ( testcase . $ ) . to . have . property ( 'classname' , 'NestedRequestInTest ' ) ;
186
+ expect ( testcase . $ ) . to . have . property ( 'classname' , 'NestedRequestTest ' ) ;
187
187
188
188
expect ( suite . $ ) . to . have . property ( 'tests' , '2' ) ;
189
189
expect ( suite . $ ) . to . have . property ( 'failures' , '0' ) ;
@@ -224,7 +224,7 @@ describe('JUnit reporter', function () {
224
224
testcase = suite . testcase [ 0 ] ;
225
225
expect ( testcase ) . to . not . be . empty ;
226
226
227
- expect ( testcase . $ ) . to . have . property ( 'classname' , 'NestedRequestInTestWithFailingTest ' ) ;
227
+ expect ( testcase . $ ) . to . have . property ( 'classname' , 'NestedRequestTest ' ) ;
228
228
expect ( testcase . $ . time ) . to . match ( / ^ \d + \. \d { 3 } $ / ) ;
229
229
expect ( testcase . failure ) . to . not . be . empty ;
230
230
expect ( testcase . failure [ 0 ] . _ ) . to . not . be . empty ;
@@ -235,7 +235,7 @@ describe('JUnit reporter', function () {
235
235
testcase = suite . testcase [ 1 ] ;
236
236
expect ( testcase ) . to . not . be . empty ;
237
237
238
- expect ( testcase . $ ) . to . have . property ( 'classname' , 'NestedRequestInTestWithFailingTest ' ) ;
238
+ expect ( testcase . $ ) . to . have . property ( 'classname' , 'NestedRequestTest ' ) ;
239
239
expect ( testcase . $ . time ) . to . match ( / ^ \d + \. \d { 3 } $ / ) ;
240
240
expect ( testcase . failure ) . to . not . be . empty ;
241
241
expect ( testcase . failure [ 0 ] . _ ) . to . not . be . empty ;
0 commit comments