@@ -53,7 +53,7 @@ fcm merge --non-interactive $ROOT_URL/branches/dev/Share/ren_ren >/dev/null
5353run_pass " $TEST_KEY " << __IN__ 
5454n 
5555__IN__ 
56- file_cmp  " $TEST_KEY .out" " $TEST_KEY .out" << __OUT__ 
56+ file_cmp_filtered  " $TEST_KEY .out" " $TEST_KEY .out" << __OUT__ 
5757[info] pro/hello.pro: in tree conflict. 
5858Locally: renamed to pro/hello.pro.renamed-local. 
5959Externally: renamed to pro/hello.pro.renamed-merge. 
@@ -69,7 +69,8 @@ Enter "y" or "n" (or just press <return> for "n") diff3 pro/hello.pro.renamed-me
69693:3c 
7070  Merge contents (1) 
7171D         pro/hello.pro.renamed-local 
72- Resolved conflicted state of 'pro/hello.pro' 
72+ #IF SVN1.8/9 Resolved conflicted state of 'pro/hello.pro' 
73+ #IF SVN1.10 Tree conflict at 'pro/hello.pro' marked as resolved. 
7374__OUT__ 
7475file_cmp " $TEST_KEY .err" " $TEST_KEY .err" < /dev/null
7576# -------------------------------------------------------------------------------
@@ -105,7 +106,7 @@ fcm merge --non-interactive $ROOT_URL/branches/dev/Share/ren_ren >/dev/null
105106run_pass " $TEST_KEY " << __IN__ 
106107y 
107108__IN__ 
108- file_cmp  " $TEST_KEY .out" " $TEST_KEY .out" << __OUT__ 
109+ file_cmp_filtered  " $TEST_KEY .out" " $TEST_KEY .out" << __OUT__ 
109110[info] pro/hello.pro: in tree conflict. 
110111Locally: renamed to pro/hello.pro.renamed-local. 
111112Externally: renamed to pro/hello.pro.renamed-merge. 
@@ -121,7 +122,8 @@ Enter "y" or "n" (or just press <return> for "n") diff3 pro/hello.pro.renamed-lo
1211223:3c 
122123  Merge contents (1) 
123124Reverted 'pro/hello.pro.renamed-merge' 
124- Resolved conflicted state of 'pro/hello.pro' 
125+ #IF SVN1.8/9 Resolved conflicted state of 'pro/hello.pro' 
126+ #IF SVN1.10 Tree conflict at 'pro/hello.pro' marked as resolved. 
125127__OUT__ 
126128file_cmp " $TEST_KEY .err" " $TEST_KEY .err" < /dev/null
127129# -------------------------------------------------------------------------------
0 commit comments