Skip to content

Commit

Permalink
testng-team#2974: add entry to CHANGES.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dr29abrt committed Sep 1, 2023
1 parent 843da73 commit cc7d160
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Current
Fixed: GITHUB-2974: Command line arguments -groups and -excludegroups override defined groups in a suite xml file (dr29bart)
Fixed: GITHUB-2961: "Unexpected value: 16" error when multiple beforeMethod config methods with firstTimeOnly property run before a test (Krishnan Mahadevan)
Fixed: GITHUB-2904: Add location of docs Github to readme and contributions page (Mohsin Sackeer)
Fixed: GITHUB-2934: Parallel Dataproviders & retries causes test result count to be skewed (Krishnan Mahadevan)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,4 @@ public void overrideExcludeGroupsFromCliInParentChildXml() {
Assert.assertTrue(collector.names.contains("defaultTest"));
Assert.assertFalse(collector.names.contains("overrideTest"));
}

}

0 comments on commit cc7d160

Please sign in to comment.