-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove numbers from CLI integration test names #1128
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this change! Could you also make this change to the other tests in daffodil-cli/
?
Can you also modify the commit message to have the bug number at the bottom? It looks like you only added it to the PR message.
daffodil-test-integration/src/test/scala/org/apache/daffodil/cliTest/TestCLIDebugger.scala
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 👍 Please squash into a single commit and this is good to merge!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Second commit's changes look good as well
@@ -220,7 +220,7 @@ class TestCLIParsing { | |||
}(ExitCode.Success) | |||
} | |||
|
|||
@Test def test_1317_IBMCompatibility_ABC_test_ibm_abc_cli(): Unit = { | |||
@Test def test_IBMCompatibility_ABC_test_ibm_abc_cli(): Unit = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could rename to test_CLI_IBMCompatibility_ABC_test_ibm_abc
to be more similar to rest of test case names, any disagreement?
DAFFODIL-2753 TestCLIDebugger.scala: remove numbers from test names. TestCLIParsing.scala: remove numbers from test names. TestCLIPerformance.scala: remove numbers from test names. TestCLISaveParser.scala: remove numbers from test names. TestCLItdml.scala: remove numbers from test names. TestCLIUnparsing.scala: remove numbers from test names.
afc51ba
to
d3af4f0
Compare
Remove numbers from CLI integration test names
TestCLIDebugger.scala: remove numbers from test names.
TestCLIParsing.scala: remove numbers from test names.
TestCLIPerformance.scala: remove numbers from test names.
TestCLISaveParser.scala: remove numbers from test names.
TestCLItdml.scala: remove numbers from test names.
TestCLIUnparsing.scala: remove numbers from test names.
DAFFODIL-2753