gerrit/gerrit-acceptance-tests
Hugo Arès be910538a5 Correct file list when comparing patchsets
When comparing a patchset with another one, the added and deleted files
were not displayed properly:

-change 1,1 is adding file a, c and deleting d
-change 1,2 is adding file a, b and deleting d

When comparing 1,1 to 1,2, the file changed list should show that b was
added and c was deleted but instead it was showing that only b was
added.

When comparing 1,2 to 1,1, the file changed list should show that b was
deleted and c was added but instead it was showing that only c was
added.

I know that this behavior was intended[1], i.e. when comparing patchset
with each other, the file list will not include files not in the base.

The problem is that behavior was perceived as a bug by our users. When
they compare patchset between each others, they expect to see the full
list of files changed, even if the file is not in the base.

[1] https://gerrit-review.googlesource.com/#/c/57086/4//COMMIT_MSG@10

Change-Id: I1bd7e6354617d921a77115c47543328a4a66999f
(cherry picked from commit 314a096181)
2015-06-26 14:27:43 +00:00
..
src/test/java/com/google/gerrit/acceptance Correct file list when comparing patchsets 2015-06-26 14:27:43 +00:00
BUCK Revert "Allow tests to use hamcrest matchers directly" 2014-12-24 08:42:12 +00:00
tests.defs tests: Use insecure random for acceptance tests 2014-04-24 08:30:43 +02:00