diff --git a/README.md b/README.md new file mode 100644 index 0000000..c0a8173 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +In this test we cover this use case: +- User create a branch with add aditional file +- Create a pull request +- Create patchlist from pull request +- He realizes that the patchlist is not complete +- Change the first file and add the missing file +- Update the patchlist +- Verify that the patchlist is now complete \ No newline at end of file diff --git a/src/main/webapp/fileadded.properties b/src/main/webapp/fileadded.properties new file mode 100644 index 0000000..9f90a9c --- /dev/null +++ b/src/main/webapp/fileadded.properties @@ -0,0 +1 @@ +key=Second version \ No newline at end of file diff --git a/src/main/webapp/secondfile.properties b/src/main/webapp/secondfile.properties new file mode 100644 index 0000000..78af575 --- /dev/null +++ b/src/main/webapp/secondfile.properties @@ -0,0 +1 @@ +key=first version of second file \ No newline at end of file