Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] https://git.eclipse.org/r/#/c/5413/ broke org.eclipse.egit.core.test.op.AddOperationTest

Kevin Sawicki skrev 2012-05-22 00.42:
The tests were failing since they had explicit length checks for files present in the index that are now smudged after Robin's fix that I committed.

I pushed a unit test change here: https://git.eclipse.org/r/#/c/6061/ that removes the length checks but keeps the checks that verify the added entries are in the index.

This should be sufficient since this test is mainly verifying the AddOperation places files in the index and content length verification is covered by JGit unit tests.

Thanks

-- robin



Back to the top