Skip to content

Commit

Permalink
Including two new tests for testing the fixer code
Browse files Browse the repository at this point in the history
  • Loading branch information
august782 committed Jan 8, 2024
1 parent 5de34b5 commit 49f86f9
Show file tree
Hide file tree
Showing 5 changed files with 418 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@@ -78,0 +78,3 @@
+ {
+ world.put(ASSERTS_STATUS_CODE_MAX_SIZE, "100");
+ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@@ -235,0 +235,3 @@
+ {
+ instance.reset();
+ }
2 changes: 2 additions & 0 deletions scripts/idfProjectsFixer.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#Project,SHA,module,odtest,status
https://github.com/ctco/cukes,b483e1a8f261b80a66291a42fc455256b0b5059c,cukes-http,lv.ctco.cukes.http.facade.HttpAssertionFacadeImplTest.shouldReturnBodyWhenEnabledAndNoMax,INLINE SUCCESSFUL
https://github.com/kevinsawicki/http-request,2d62a3e9da726942a93cf16b6e91c0187e6c0136,lib,com.github.kevinsawicki.http.HttpRequestTest.postWithVaragsQueryParams,INLINE SUCCESSFUL
https://github.com/ktuukkan/marine-api,af0003847db9ba822f67d4f1dceb8de3fe63250a,,net.sf.marineapi.ais.parser.AISMessageFactoryTest.testCreateWithTwo,INLINE SUCCESSFUL SETUPTEARDOWN
https://github.com/ktuukkan/marine-api,af0003847db9ba822f67d4f1dceb8de3fe63250a,,net.sf.marineapi.ais.event.AbstractAISMessageListenerTest.testSequenceListenerWithIncorrectOrder,INLINE SUCCESSFUL SETUPTEARDOWN
Loading

0 comments on commit 49f86f9

Please sign in to comment.