gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-483-g49ff7d7
Date: Wed, 13 Jul 2011 16:50:41 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  49ff7d7465a2c3137277564fb55bb639157e320f (commit)
      from  7e0e201c44476f7df9875b7c05008a37c5562984 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=49ff7d7465a2c3137277564fb55bb639157e320f


commit 49ff7d7465a2c3137277564fb55bb639157e320f
Author: Sandro Santilli <address@hidden>
Date:   Wed Jul 13 18:49:58 2011 +0200

    Rename files to avoid mixing CamelCase with underscore_separated...

diff --git a/.gitignore b/.gitignore
index 3ed0c5c..34adc70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -107,9 +107,11 @@ testsuite/misc-ming.all/BitmapDataDraw
 testsuite/misc-ming.all/definebitsjpeg2
 testsuite/misc-ming.all/Dejagnu
 testsuite/misc-ming.all/displaylist_depths/*.swf
+testsuite/misc-ming.all/init_action/*.swf
 testsuite/misc-ming.all/KeyEventOrder
 testsuite/misc-ming.all/loading/*.swf
 testsuite/misc-ming.all/loop/*.swf
+testsuite/misc-ming.all/register_class/*.swf
 testsuite/misc-ming.all/spritehier
 testsuite/misc-ming.all/static_vs_dynamic1
 testsuite/misc-ming.all/static_vs_dynamic2
diff --git a/testsuite/misc-ming.all/init_action/init_action_test.c 
b/testsuite/misc-ming.all/init_action/InitActionTest.c
similarity index 99%
rename from testsuite/misc-ming.all/init_action/init_action_test.c
rename to testsuite/misc-ming.all/init_action/InitActionTest.c
index c947d13..7cf6692 100644
--- a/testsuite/misc-ming.all/init_action/init_action_test.c
+++ b/testsuite/misc-ming.all/init_action/InitActionTest.c
@@ -50,7 +50,7 @@
 #include "ming_utils.h"
 
 #define OUTPUT_VERSION 6
-#define OUTPUT_FILENAME "init_action_test.swf"
+#define OUTPUT_FILENAME "InitActionTest.swf"
 
 
 int
diff --git a/testsuite/misc-ming.all/init_action/Makefile.am 
b/testsuite/misc-ming.all/init_action/Makefile.am
index 085b058..6e28c0d 100644
--- a/testsuite/misc-ming.all/init_action/Makefile.am
+++ b/testsuite/misc-ming.all/init_action/Makefile.am
@@ -55,25 +55,25 @@ AM_LDFLAGS = \
 if MING_SUPPORTS_INIT_ACTIONS
 
 check_PROGRAMS = \
-       init_action_test \
+       InitActionTest \
        InitActionTest2 \
        $(NULL)
 
 check_SCRIPTS = \
-       init_action_testrunner \
+       InitActionTestRunner \
        InitActionTest2Runner \
        $(NULL)
 
-init_action_test_SOURCES =     \
-       init_action_test.c      \
+InitActionTest_SOURCES =       \
+       InitActionTest.c        \
        $(NULL)
-init_action_test_LDADD = ../libgnashmingutils.la
+InitActionTest_LDADD = ../libgnashmingutils.la
 
-init_action_test.swf: init_action_test
-       ./init_action_test $(abs_mediadir)
+InitActionTest.swf: InitActionTest
+       ./InitActionTest $(abs_mediadir)
 
-init_action_testrunner: $(srcdir)/../../generic-testrunner.sh 
init_action_test.swf
-       sh $(srcdir)/../../generic-testrunner.sh $(top_builddir) 
init_action_test.swf > $@
+InitActionTestRunner: $(srcdir)/../../generic-testrunner.sh InitActionTest.swf
+       sh $(srcdir)/../../generic-testrunner.sh $(top_builddir) 
InitActionTest.swf > $@
        chmod 755 $@
 
 InitActionTest2_SOURCES =      \
@@ -90,13 +90,13 @@ InitActionTest2Runner: 
$(srcdir)/../../generic-testrunner.sh InitActionTest2.swf
 
 
 TEST_CASES = \
-       init_action_testrunner \
+       InitActionTestRunner \
        InitActionTest2Runner \
        $(NULL)
 
 
 clean-local: 
-       -rm *.swf *.pp *unner
+       -rm *.swf *Runner
 
 CLEANFILES =  \
        gnash-dbg.log \

-----------------------------------------------------------------------

Summary of changes:
 .gitignore                                         |    2 +
 .../{init_action_test.c => InitActionTest.c}       |    2 +-
 testsuite/misc-ming.all/init_action/Makefile.am    |   22 ++++++++++----------
 3 files changed, 14 insertions(+), 12 deletions(-)
 rename testsuite/misc-ming.all/init_action/{init_action_test.c => 
InitActionTest.c} (99%)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]