Displaying 2 results from an estimated 2 matches for "e1c8e02".
Did you mean:
1c2e02
2007 Mar 07
1
test/trace
...336c43d700fd96e8e357086009ce34a0355806b1 (from ca675ea7b69b11cbc58c1ee4ea94e95a50ef4a90)
Author: Benjamin Otte <otte@gnome.org>
Date: Wed Mar 7 11:29:05 2007 +0100
that change was not supposed to exist in the repos yet
diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am
index e1c8e02..6fda1cf 100644
--- a/test/trace/Makefile.am
+++ b/test/trace/Makefile.am
@@ -1,11 +1,3 @@
-if HAVE_MING
-SUBDIRS = ming
-else
-SUBDIRS =
-endif
-DIST_SUBDIRS = ming
-
-check_PROGRAMS = trace
TESTS = $(check_PROGRAMS)
trace_SOURCES = trace.c
2007 Mar 07
0
11 commits - libswfdec/swfdec_event.c libswfdec/swfdec_event.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_scriptable.c libswfdec/swfdec_scriptable.h libswfdec/swfdec_script.c libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite.h
...(from 6a39b304d10aecf93c35c23390e649a9994cca89)
Author: Benjamin Otte <otte@gnome.org>
Date: Tue Mar 6 13:15:19 2007 +0100
add event-order tets that checks onFoo and foo events are executed in the right order
diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am
index d087ed3..e1c8e02 100644
--- a/test/trace/Makefile.am
+++ b/test/trace/Makefile.am
@@ -55,6 +55,8 @@ EXTRA_DIST = \
currentframe.swf.trace \
double.swf \
double.swf.trace \
+ event-order.swf \
+ event-order.swf.trace \
function1.swf \
function1.swf.trace \
function2.swf \
diff-tree 6a39b304d10aecf93c35c2...