Skip to main content

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




This works as expected in Linux, so it appears you have found a problem in
the Windows version, as the behavior you observe is indeed incorrect.

I suggest you file a Bugzilla problem report.

dave



                                                                                                                                                
                      "Jonathan Gossage"                                                                                                        
                      <jgossage@xxxxxxxx>              To:       "Stellation" <stellation-res@xxxxxxxxxxxxxxx>                                  
                      Sent by:                         cc:                                                                                      
                      stellation-res-admin@dev.        Subject:  [stellation-res] Stellation Test Suite                                         
                      eclipse.org                                                                                                               
                                                                                                                                                
                                                                                                                                                
                      10/05/02 11:42 AM                                                                                                         
                      Please respond to                                                                                                         
                      stellation-res                                                                                                            
                                                                                                                                                
                                                                                                                                                



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

_______________________________________________
stellation-res mailing list
stellation-res@xxxxxxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/stellation-res






Back to the top