[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gnash-commit] gnash/testsuite/misc-ming.all masks_test2.c mas...
From: |
Zou Lunkai |
Subject: |
[Gnash-commit] gnash/testsuite/misc-ming.all masks_test2.c mas... |
Date: |
Wed, 22 Aug 2007 06:01:08 +0000 |
CVSROOT: /sources/gnash
Module name: gnash
Changes by: Zou Lunkai <zoulunkai> 07/08/22 06:01:08
Modified files:
testsuite/misc-ming.all: masks_test2.c masks_test2runner.cpp
Log message:
indent, minor cleanups.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/masks_test2.c?cvsroot=gnash&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/masks_test2runner.cpp?cvsroot=gnash&r1=1.1&r2=1.2
Patches:
Index: masks_test2.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/masks_test2.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- masks_test2.c 22 Aug 2007 05:55:09 -0000 1.1
+++ masks_test2.c 22 Aug 2007 06:01:08 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+ * Copyright (C) 2007 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Index: masks_test2runner.cpp
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/masks_test2runner.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- masks_test2runner.cpp 22 Aug 2007 05:55:09 -0000 1.1
+++ masks_test2runner.cpp 22 Aug 2007 06:01:08 -0000 1.2
@@ -10,8 +10,8 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
-*
-* You should have received a copy of the GNU General Public License
+ *
+ * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
@@ -53,8 +53,8 @@
check_equals(root->get_frame_count(), 2);
// FRAME 1
check_pixel(15, 15, 30, red, 2);
- // visual checks succeed with AGG pixel format RGB24
- // don't know why this check fails with AGG and pixel foramt AGG_RGB555
+ // visual check succeeds with AGG pixel format RGB24
+ // don't know why this check fails with AGG pixel format AGG_RGB555
xcheck_pixel(40, 40, 10, white, 3);
// FRAME 2
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gnash-commit] gnash/testsuite/misc-ming.all masks_test2.c mas...,
Zou Lunkai <=