Mercurial > hg > RemoteEditor > Eclipse
changeset 165:c33846dbb47b
*** empty log message ***
author | kono |
---|---|
date | Thu, 28 Aug 2008 22:24:05 +0900 |
parents | 5c458f1a7679 |
children | dce4ee1fac57 |
files | src/pathfinder/mergetest/test/RepCommandOptimizeTest.java |
diffstat | 1 files changed, 18 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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<REPCommand> cmdlist = new LinkedList<REPCommand>(); @@ -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<REPCommand> before, LinkedList<REPCommand> after){ for(REPCommand r : before){