[SCM] morituri/master: * morituri/common/common.py: add quoteParse function to quote properly for gst.parse_launch() * morituri/common/checksum.py: Fix single quote problem. use self.setException() * morituri/common/encode.py: Fix single quote problem. * morituri/image/image.py: Fix single quote problem. Reraise gst.QueryError. * morituri/test/test_common_encode.py: * morituri/test/test_common_encode.py (added): Add tests for unicode/single/double quote. * morituri/test/test_image_image.py: * morituri/test/test_common_checksum.py: Add tests for single/double quote. * morituri/test/common.py: add twisted-like failUnlessRaises to TestCase that returns the exception, so we can check wrapped exceptions in TaskException. Fixes #16.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:16 UTC 2014


The following commit has been merged in the master branch:
commit 47bfa0ee4cd658270e43f43976022932c7cf2c7c
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun Apr 4 23:21:10 2010 +0000

    	* morituri/common/common.py:
    	  add quoteParse function to quote properly for gst.parse_launch()
    	* morituri/common/checksum.py:
    	  Fix single quote problem.
    	  use self.setException()
    	* morituri/common/encode.py:
    	  Fix single quote problem.
    	* morituri/image/image.py:
    	  Fix single quote problem.
    	  Reraise gst.QueryError.
    	* morituri/test/test_common_encode.py:
    	* morituri/test/test_common_encode.py (added):
    	  Add tests for unicode/single/double quote.
    	* morituri/test/test_image_image.py:
    	* morituri/test/test_common_checksum.py:
    	  Add tests for single/double quote.
    	* morituri/test/common.py:
    	  add twisted-like failUnlessRaises to TestCase that returns
    	  the exception, so we can check wrapped exceptions in TaskException.
    	  Fixes #16.

diff --git a/ChangeLog b/ChangeLog
index 767dee0..86235f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,7 @@
 	* morituri/test/common.py:
 	  add twisted-like failUnlessRaises to TestCase that returns
 	  the exception, so we can check wrapped exceptions in TaskException.
+	  Fixes #16.
 
 2010-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
 

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list