After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 614866 - tests for CSS handling
tests for CSS handling
Status: RESOLVED FIXED
Product: librsvg
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: librsvg maintainers
librsvg maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-05 11:40 UTC by Hiroyuki Ikezoe
Modified: 2010-04-14 07:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This patch covers bug 338160, bug 379629 and bug 614606. (20.95 KB, patch)
2010-04-05 11:40 UTC, Hiroyuki Ikezoe
none Details | Review
Update (21.47 KB, patch)
2010-04-06 10:52 UTC, Hiroyuki Ikezoe
none Details | Review
Revised (21.81 KB, patch)
2010-04-06 10:56 UTC, Hiroyuki Ikezoe
none Details | Review
Update (27.20 KB, patch)
2010-04-13 23:00 UTC, Hiroyuki Ikezoe
committed Details | Review

Description Hiroyuki Ikezoe 2010-04-05 11:40:13 UTC
Created attachment 157967 [details] [review]
This patch covers bug 338160, bug 379629 and bug 614606.

test code for CSS handling.
Comment 1 Hiroyuki Ikezoe 2010-04-06 10:52:40 UTC
Created attachment 158034 [details] [review]
Update

Added test case for bug 614704.
Comment 2 Hiroyuki Ikezoe 2010-04-06 10:56:55 UTC
Created attachment 158035 [details] [review]
Revised

I forgot to adding librsvg.def modification.
Comment 3 André Klapper 2010-04-06 22:49:19 UTC
(librsvg is basically unmaintained.)
Comment 4 Dominic Lachowicz 2010-04-06 22:57:33 UTC
Hiroyuki is its new maintainer
Comment 5 André Klapper 2010-04-06 23:25:52 UTC
(In reply to comment #4)
> Hiroyuki is its new maintainer

Oh, that's cool! Can this please also be reflect at the bottom of https://bugzilla.gnome.org/browse.cgi?product=librsvg (Dom can edit that) and in http://git.gnome.org/browse/librsvg/tree/MAINTAINERS ? TIA.
Comment 6 Hiroyuki Ikezoe 2010-04-07 03:33:14 UTC
Hello André, 

I added myself into MAINTAINERS list now.
Comment 7 Hiroyuki Ikezoe 2010-04-13 23:00:20 UTC
Created attachment 158655 [details] [review]
Update

Add some primitive test cases and set g_test_bug_base.

I would like to make this as a starting point. I hope test case will be increased step by step.