1 # Allow load of resources in the MEDIA dir
2 append localSandboxPath @@MEDIADIR@@
4 # Read/Write shared object to testsuite temp so dir
5 set SOLSafeDir @@TMPSODIR@@
8 # this is to be compatible with swfdec tests expectances
9 set flashVersionString WIN 9,0,100,0
11 # Don't bother printing SWF errors during automated testing
12 set MalformedSWFVerbosity false
14 # Don't bother printing AS errors during automated testing
15 set ASCodingErrorsVerbosity false
17 # Use a verbosity of 0 by default, -v will change it
20 # Do NOT write to the logfile
23 # Enable sound (for testcases using it..)
26 # Don't really play sound while testing (at least with gstreamer)
27 # In the future, we might want to use a 'testsink' here for checking:wq
29 set GstAudioSink fakesink
31 # Open a can of worms by raising likelyhood of movie definition destruction
32 set movieLibraryLimit 1
34 # Allow override of quality, or tests will fail.
37 # No sense in starting stopped.
38 set startStopped false
40 # TODO: call an actual utility script in testsuite
41 # so that test runners can check what's sent!
42 set urlOpenerFormat echo '%u' > /dev/null
44 # Blacklist (for testing NetConnection)
45 set blacklist www.blacklistedserver.org
47 # LocalConnection must be enabled for testing.
48 set localconnection false
50 # Use the default Renderer
53 # Use the default MediaHandler
56 # Use a custom key to prevent conflicts with a running plugin
57 set LCShmkey 138765373
59 # Do not ignore FSCommand while running tests !
60 set ignoreFSCommand false
62 # TODO: enable extensions ?