conduit r1740 - in trunk: . test/python-tests test/python-tests/data



Author: jstowers
Date: Sun Oct  5 12:54:18 2008
New Revision: 1740
URL: http://svn.gnome.org/viewvc/conduit?rev=1740&view=rev

Log:
2008-10-05  John Stowers  <john stowers gmail com>

	* test/python-tests/TestCoreConvertAudioVideo.py:
	* test/python-tests/data/folder.list: Fix AudioVideo tests.



Modified:
   trunk/ChangeLog
   trunk/test/python-tests/TestCoreConvertAudioVideo.py
   trunk/test/python-tests/data/folder.list

Modified: trunk/test/python-tests/TestCoreConvertAudioVideo.py
==============================================================================
--- trunk/test/python-tests/TestCoreConvertAudioVideo.py	(original)
+++ trunk/test/python-tests/TestCoreConvertAudioVideo.py	Sun Oct  5 12:54:18 2008
@@ -46,8 +46,9 @@
                     ok("%s: Conversion OK" % name, newdata != None and newdata.exists(), False)
                 except Exceptions.ConversionError:
                     ok("%s: Conversion Failed" % name, False, False)
+                except Exception:
+                    ok("GENERAL CONVERSION FAILURE" % name, False, False)
     gobject.idle_add(mainloop.quit)
-    finished()
 
 def idle_cb():
     threading.Thread(target=convert).start()
@@ -55,7 +56,5 @@
 
 gobject.idle_add(idle_cb)
 mainloop.run()
-
-
-
+finished()
 

Modified: trunk/test/python-tests/data/folder.list
==============================================================================
--- trunk/test/python-tests/data/folder.list	(original)
+++ trunk/test/python-tests/data/folder.list	Sun Oct  5 12:54:18 2008
@@ -7,6 +7,8 @@
 #the one in the default section
 [DEFAULT]
 folder=file:///tmp
+removable-volume=file:///media/disk
+ntfs-volume=file:///media/disk
 
 [john nzjrs-desktop]
 removable-volume=file:///media/JRS89



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