diff options
-rw-r--r-- | do_tests.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1241,11 +1241,11 @@ Test test[] = { InitCompositeWin, DoCompositeWinWin, MidScroll, EndCompositeWin, VERSION1_6, COMP, 0, {4, 10}}, - {"-compwinwin100", "Composite 10x10 from window to window", NULL, + {"-compwinwin100", "Composite 100x100 from window to window", NULL, InitCompositeWin, DoCompositeWinWin, MidScroll, EndCompositeWin, VERSION1_6, COMP, 0, {4, 100}}, - {"-compwinwin500", "Composite 10x10 from window to window", NULL, + {"-compwinwin500", "Composite 500x500 from window to window", NULL, InitCompositeWin, DoCompositeWinWin, MidScroll, EndCompositeWin, VERSION1_6, COMP, 0, {4, 500}}, |