usecase:
EXECUTE: Create openshift project
EXECUTE: Make sure all is committed and Pushed.
EXECUTE: Edit an existing committed file - commit it.
EXECUTE: Add a "xyz.log" file that is not to be committed.
EXECUTE: Publish to server.
ASSERT: no message about dirty changes, everything should be committed. Only message about push is missing.
EXECUTE: Wait for publish to finish.
ASSERT: "xyz.log" should not be pushed nor committed.
- is related to
-
JBIDE-10541 Server adapter: If I add a file to my project, it wont get pushed to OpenShift. Should show EGit commit dialog
- Closed