Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Ordered list #72

Merged
merged 4 commits into from
Jan 4, 2017
Merged

Ordered list #72

merged 4 commits into from
Jan 4, 2017

Conversation

nicopaul
Copy link
Contributor

@nicopaul nicopaul commented Jan 2, 2017

#71 is required, because OrderedList is based on GenericList


This change is Reviewable

@nicopaul nicopaul force-pushed the OrderedList branch 4 times, most recently from ba2e591 to ce8db1d Compare January 4, 2017 09:38
@Test
public final void testThatItemCanBeRetrievedCorrectly() {
addBothItems();
assertThat(cut.getItem(0).equals(item1), is(true));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

assertThat(cut.getItem(0).equals(item1), is(true)); >> assertThat(cut.getItem(0), is(item1));

@slu-it
Copy link
Member

slu-it commented Jan 4, 2017

So far so good with just rebasing on my end :) but this one has a merge conflict. I just merged the GenericList, so could you rebase this one and probably the UnorderedList one as well...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants