[cairo-commit] rcairo/test test_pkg_config.rb,1.2,1.3

Kouhei Sutou commit at pdx.freedesktop.org
Thu Apr 24 04:58:49 PDT 2008


Committed by: kou

Update of /cvs/cairo/rcairo/test
In directory kemper:/tmp/cvs-serv23652/test

Modified Files:
	test_pkg_config.rb 
Log Message:
* test/test_pkg_config.rb: update expected result.


Index: test_pkg_config.rb
===================================================================
RCS file: /cvs/cairo/rcairo/test/test_pkg_config.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- test_pkg_config.rb	3 Apr 2008 12:23:56 -0000	1.2
+++ test_pkg_config.rb	24 Apr 2008 12:05:05 -0000	1.3
@@ -51,7 +51,8 @@
   end
 
   def test_requires_private
-    assert_equal(["freetype2", "fontconfig", "libpng12", "xrender", "x11"],
+    assert_equal(["freetype2", "fontconfig", "libpng12", "xrender",
+                  "x11", "pixman-1"],
                  @cairo.requires_private)
   end
 



More information about the cairo-commit mailing list