summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--do_tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/do_tests.c b/do_tests.c
index 189a219..b5e6d55 100644
--- a/do_tests.c
+++ b/do_tests.c
@@ -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}},