From 52129e7fcbd71bc3fa98590f493f4deb74fdb562 Mon Sep 17 00:00:00 2001 From: lanarimarco Date: Tue, 21 Oct 2025 22:08:43 +0200 Subject: [PATCH 1/2] first pr version --- README.md | 8 ++++++++ src/main/webapp/fileadded.properties | 1 + 2 files changed, 9 insertions(+) create mode 100644 README.md create mode 100644 src/main/webapp/fileadded.properties 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..c1783a2 --- /dev/null +++ b/src/main/webapp/fileadded.properties @@ -0,0 +1 @@ +keey=First version \ No newline at end of file From c0876d01798ecfe63c715ae39dce8caa1331a5d3 Mon Sep 17 00:00:00 2001 From: lanarimarco Date: Tue, 21 Oct 2025 22:14:10 +0200 Subject: [PATCH 2/2] secondo pr version --- src/main/webapp/fileadded.properties | 2 +- src/main/webapp/secondfile.properties | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 src/main/webapp/secondfile.properties diff --git a/src/main/webapp/fileadded.properties b/src/main/webapp/fileadded.properties index c1783a2..9f90a9c 100644 --- a/src/main/webapp/fileadded.properties +++ b/src/main/webapp/fileadded.properties @@ -1 +1 @@ -keey=First version \ No newline at end of file +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