# HG changeset patch # User kono # Date 1219929845 -32400 # Node ID c33846dbb47b2a2767ff81924c6f4e4c347fc172 # Parent 5c458f1a76797463b4acb4669813aee4c5345818 *** empty log message *** diff -r 5c458f1a7679 -r c33846dbb47b src/pathfinder/mergetest/test/RepCommandOptimizeTest.java --- a/src/pathfinder/mergetest/test/RepCommandOptimizeTest.java Thu Aug 28 22:18:28 2008 +0900 +++ b/src/pathfinder/mergetest/test/RepCommandOptimizeTest.java Thu Aug 28 22:24:05 2008 +0900 @@ -25,6 +25,22 @@ }; + + static private String[] text1d = { + "aaa", "bbb", "ccc", "ddd", "eee", + "fff", "ggg", "hhh", "iii", "jjj", + "kkk", "lll", "mmm", "nnn", "ooo", + "ppp", "qqq", "rrr", "sss", "ttt", + "uuu", "vvv", "www", "xxx", "yyy", "zzz" + }; + + static private String[] text2d = { + "aaa", "bbb", "ccc", "ddd", "eee", + "fff", "ggg", "hhh", "iii", "jjj", + "kkk", "lll", "mmm", "nnn", "ooo", + "ppp", "qqq", "rrr", "sss", "ttt", + "uuu", "vvv", "www", "xxx", "yyy", "zzz" + }; static LinkedList cmdlist = new LinkedList(); @@ -107,8 +123,8 @@ } } - Text text1 = new Text(); - Text text2 = new Text(); + Text text1 = new Text(text1d); + Text text2 = new Text(text2d); void edit(LinkedList before, LinkedList after){ for(REPCommand r : before){