Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsantalis committed Aug 5, 2024
1 parent 0fd5352 commit 524bbd5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public void testAllRefactorings() throws Exception {
GitHistoryRefactoringMinerImpl detector = new GitHistoryRefactoringMinerImpl();
TestBuilder test = new TestBuilder(detector, REPOS, Refactorings.All.getValue());
RefactoringPopulator.feedRefactoringsInstances(Refactorings.All.getValue(), Systems.FSE.getValue(), test);
test.assertExpectationsWithGitHubAPI(12265, 20, 236);
test.assertExpectationsWithGitHubAPI(12264, 20, 236);
}
}
7 changes: 0 additions & 7 deletions src/test/resources/oracle/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -52527,13 +52527,6 @@
"validation": "TP",
"detectionTools": "RefactoringMiner",
"validators": null
}, {
"type": "Move Class",
"description": "Move Class com.facebook.scrumptious.picker.GraphObjectAdapter.SectionAndItem.Type moved to com.example.scrumptious.picker.GraphObjectAdapter.SectionAndItem.Type",
"comment": null,
"validation": "TP",
"detectionTools": "RefactoringMiner",
"validators": null
}],
"refDiffExecutionTime": 2914
}, {
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/oracle/expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ b2b4085348de32f10903970dded99fdf0376a43c, 59, 0, 1
c753d2e41ba667f9b5a31451a16ecbaecdc65d80, 190, 0, 0
01cddc5afb590b4d36cb784637a8ea8aa31d3561, 5, 0, 0
8bdc57ba8975d851fe91edc908761aacea624766, 4, 0, 0
e813a0be86c87366157a0201e6c61662cadee586, 44, 0, 0
e813a0be86c87366157a0201e6c61662cadee586, 43, 0, 0
4983f83d1bedb7b737fc56d409c1c06b04e34e4e, 7, 0, 0
9a581e07cb6381d70f3fd9bb2055e810e2a682a9, 3, 0, 3
cb49e436b9d7ee55f2531ebc2ef1863f5c9ba9fe, 1, 0, 0
Expand Down

0 comments on commit 524bbd5

Please sign in to comment.