Blob Blame History Raw
--- 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