HI all. I implemented solution for ticket Paging, all test cases run smoothly except the last test testPagingByGenre. This is the test result:
org.junit.ComparisonFailure: Expected
titlefield does match: Please check your getMoviesByGenre() movies sort order. Expected :Only the Dead Actual :Wondrous Boccaccio
I know I finished the ticket and got the code, but leaving a test failing is not a good practice. The issue I met was never seen before so I hope you can help me with it. Thanks.