Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stellation-res] Stellation Test Suite

I am in the process of creating Windows batch files for the test scripts in
org.eclipse.stellation.misc and I am encountering problems in understanding
how Stellation is intended to work.

I have two branches for a project in "test1". The original branch contains
file1, file2, file3, file4. A second branch called "new" starts off
containing the same set of files, but then "file2" is renamed to "fileb"
using the Stellation "mv" command. This gives the set file1, file3, file4,
fileb.

Finally the branch "new" is merged back into the original branch. My
understanding is that the rename action should propogate back so that the
result of the merge should be - file1, file3, file4, fileb.

However the result that I actually get is file1, file2, file3, file4, fileb.
I believe that this is incorrect behaviour but want to verify this before
diving in to debug the problem. If this is the correct behaviour than the
test case is wrong because it does not expect to find "file2" in the
original branch at the end of the test.

Regards

Jonathan

Personal Email
jgossage@xxxxxxxx

Business Email
jonathan@xxxxxxxxxxxxxx



Back to the top