| Chunk |
|---|
| Conflicting content |
|---|
Set |
| Solution content |
|---|
Set |
| File |
|---|
| ChannelTranslatorTest.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Blank |
| Chunk |
|---|
| Conflicting content |
|---|
assertTrue(channel.hasValue());
assertThat(channel.requireValue().getCanonicalUri(), is(equalTo("uri1")));
<<<<<<< HEAD
assertThat(channel.requireValue().getAdvertiseFrom().toString(), is(equalTo(dateTime.toString())));
=======
Maybe |
| Solution content |
|---|
assertTrue(channel.hasValue());
assertThat(channel.requireValue().getCanonicalUri(), is(equalTo("uri1")));
assertThat(channel.requireValue().getAdvertiseFrom().toString(), is(equalTo(dateTime.toString())));
}
@Test |
| File |
|---|
| MongoChannelStoreRetrievalTest.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Method invocation |
| Variable |