Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [stellation-res] Text merge test case

Here is another one. I am wondering whether it might be sensible for you to
make the fixes in TextUtils that you need independently of the ACL stuff so
that I do not inadvertantly just spring new symptoms for a known underlying
problem.


:test18
# Tests for a pair of non-conflicting changes, one in each of the delta
# and target sequences plus a common change from the base in another line.
# Base sequence     Delta Sequence    Target Sequence   Result Sequence
  abc               abc               abc               abc
  abc               abc               abc               abc
  abc               abc               xyz               abc
  xyz               abc               abc               xyz
  abc               xyz               abc               abc
  abc               abc               abc               abc
  abc               abc               abc               abc

I believe there are three errors here.
In line 3 there is a single change in delta that should make it through.
In line 4 both delta and target agree on a change from base which should
make it.
In line 5 there is a single change in target which should be OK.

<snip>
> >
> >Of course, if there is a fundamental error in our merge, I'd rather know
> >it now than later.
> >
> >	-Mark
> >

Regards

Jonathan

Personal Email
jgossage@xxxxxxxx

Business Email
jonathan@xxxxxxxxxxxxxx




Back to the top