hpi-swa-teaching / AcceptIt

SWT 2018 Group 12
MIT License
3 stars 3 forks source link

Scenario Steps not commitable / diff impossible #87

Closed MarcelSchmidberger closed 6 years ago

MarcelSchmidberger commented 6 years ago

Expected Behavior

Steps should be commitable just like normal methods.

Actual Behavior

The git browser fails when trying to diff to versions of a step. So the first commit is fine but the second one will result in problems no mather what you do. Even without changes to a step the commit fails. After entering the commit message git tries to diff your state with the one from the repo. Here the step implementation fails. The differ is not able to deduce the selector of the step and sets it to nil which results in a message not understood error.

Steps to reproduce error

commit twice with implemented steps. (Just empty steps is enough)

MarcelSchmidberger commented 6 years ago

All my git problems seem to be (at least in part) not to be due to my stupidity, i hope...

MarcelSchmidberger commented 6 years ago

Estimation: 13

MarcelSchmidberger commented 6 years ago

image

MarcelSchmidberger commented 6 years ago

fixed with a workaround: more infos here: https://github.com/hpi-swa-teaching/AcceptIt/wiki/Acceptit---project-development-from-April-2018-to-July-2018#acceptance-tests-in-git