Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > 3e2fd785a5ead9fb10dc38ed29bdc963 > files > 5

rubygem-gstreamer-1.0.3-3.fc16.src.rpm

--- gstreamer-1.0.3/test/test_value.rb.value	2011-12-29 16:46:23.000000000 +0900
+++ gstreamer-1.0.3/test/test_value.rb	2011-12-30 01:09:00.000000000 +0900
@@ -32,8 +32,8 @@
   end
 
   def test_fraction_range_new
-    assert_equal("[ 2/1, 3/4 ]",
-                 Gst::FractionRange.new(Rational(2, 1), Rational(3, 4)).to_s)
+    assert_equal("[ 1/2, 3/4 ]",
+                 Gst::FractionRange.new(Rational(1, 2), Rational(3, 4)).to_s)
   end
 
   def test_fraction_range