@@ -42,7 +42,7 @@ describe('JUnit reporter', function () {
4242 testcase = suite . testcase [ 0 ] ;
4343 expect ( testcase ) . to . not . be . empty ;
4444
45- expect ( testcase . $ ) . to . have . property ( 'classname' , 'ExampleCollectionWithASingleGetRequest ' ) ;
45+ expect ( testcase . $ ) . to . have . property ( 'classname' , 'ASimpleGetRequest ' ) ;
4646
4747 expect ( suite . $ ) . to . have . property ( 'tests' , '1' ) ;
4848 expect ( suite . $ ) . to . have . property ( 'failures' , '0' ) ;
@@ -83,7 +83,7 @@ describe('JUnit reporter', function () {
8383 testcase = suite . testcase [ 0 ] ;
8484 expect ( testcase ) . to . not . be . empty ;
8585
86- expect ( testcase . $ ) . to . have . property ( 'classname' , 'ExampleCollectionWithFailingTests ' ) ;
86+ expect ( testcase . $ ) . to . have . property ( 'classname' , 'StatusCodeTest ' ) ;
8787 expect ( testcase . $ . time ) . to . match ( / ^ \d + \. \d { 3 } $ / ) ;
8888 expect ( testcase . failure ) . to . not . be . empty ;
8989 expect ( testcase . failure [ 0 ] . _ ) . to . not . be . empty ;
@@ -124,7 +124,7 @@ describe('JUnit reporter', function () {
124124 testcase = suite . testcase [ 0 ] ;
125125 expect ( testcase ) . to . not . be . empty ;
126126
127- expect ( testcase . $ ) . to . have . property ( 'classname' , 'AssertionErrorTest ' ) ;
127+ expect ( testcase . $ ) . to . have . property ( 'classname' , 'FailedRequest ' ) ;
128128 expect ( testcase . $ . time ) . to . match ( / ^ \d + \. \d { 3 } $ / ) ;
129129 expect ( testcase . failure ) . to . not . be . empty ;
130130 expect ( testcase . failure [ 0 ] . _ ) . to . not . be . empty ;
@@ -183,7 +183,7 @@ describe('JUnit reporter', function () {
183183 testcase = suite . testcase [ 0 ] ;
184184 expect ( testcase ) . to . not . be . empty ;
185185
186- expect ( testcase . $ ) . to . have . property ( 'classname' , 'NestedRequestInTest ' ) ;
186+ expect ( testcase . $ ) . to . have . property ( 'classname' , 'NestedRequestTest ' ) ;
187187
188188 expect ( suite . $ ) . to . have . property ( 'tests' , '2' ) ;
189189 expect ( suite . $ ) . to . have . property ( 'failures' , '0' ) ;
@@ -224,7 +224,7 @@ describe('JUnit reporter', function () {
224224 testcase = suite . testcase [ 0 ] ;
225225 expect ( testcase ) . to . not . be . empty ;
226226
227- expect ( testcase . $ ) . to . have . property ( 'classname' , 'NestedRequestInTestWithFailingTest ' ) ;
227+ expect ( testcase . $ ) . to . have . property ( 'classname' , 'NestedRequestTest ' ) ;
228228 expect ( testcase . $ . time ) . to . match ( / ^ \d + \. \d { 3 } $ / ) ;
229229 expect ( testcase . failure ) . to . not . be . empty ;
230230 expect ( testcase . failure [ 0 ] . _ ) . to . not . be . empty ;
@@ -235,7 +235,7 @@ describe('JUnit reporter', function () {
235235 testcase = suite . testcase [ 1 ] ;
236236 expect ( testcase ) . to . not . be . empty ;
237237
238- expect ( testcase . $ ) . to . have . property ( 'classname' , 'NestedRequestInTestWithFailingTest ' ) ;
238+ expect ( testcase . $ ) . to . have . property ( 'classname' , 'NestedRequestTest ' ) ;
239239 expect ( testcase . $ . time ) . to . match ( / ^ \d + \. \d { 3 } $ / ) ;
240240 expect ( testcase . failure ) . to . not . be . empty ;
241241 expect ( testcase . failure [ 0 ] . _ ) . to . not . be . empty ;
0 commit comments