update broken url (url for SVN)

svn: r20720
This commit is contained in:
Jérôme Rapinat 2012-12-01 11:44:11 +00:00
parent ee5290e02b
commit 84618d0633
3 changed files with 3 additions and 3 deletions

View File

@ -1325,7 +1325,7 @@ INSERT INTO "grampsdb_report" VALUES(17,'R0017','Gramps XML Export','ex_gpkg','e
INSERT INTO "grampsdb_report" VALUES(18,'R0018','Import','im_ged','import','iff=ged
i=http://arborvita.free.fr/Kennedy/Kennedy.ged');
INSERT INTO "grampsdb_report" VALUES(19,'R0019','Gramps package (portable XML) Import','im_gpkg','import','iff=gramps
i=http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/example/gramps/example.gramps');
i=http://svn.code.sf.net/p/gramps/code/trunk/example/gramps/example.gramps');
CREATE TABLE "grampsdb_result" (
"id" integer NOT NULL PRIMARY KEY,
"name" text,

View File

@ -3763,7 +3763,7 @@ INSERT INTO "grampsdb_report" VALUES(17,'R0017','Gramps XML Export','ex_gpkg','e
INSERT INTO "grampsdb_report" VALUES(18,'R0018','Import','im_ged','import','iff=ged
i=http://arborvita.free.fr/Kennedy/Kennedy.ged');
INSERT INTO "grampsdb_report" VALUES(19,'R0019','Gramps package (portable XML) Import','im_gpkg','import','iff=gramps
i=http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/example/gramps/example.gramps');
i=http://svn.code.sf.net/p/gramps/code/trunk/example/gramps/example.gramps');
CREATE TABLE "grampsdb_result" (
"id" integer NOT NULL PRIMARY KEY,
"name" text,

View File

@ -149,7 +149,7 @@ for table, entries in [("grampsdb.config",
(("name", '"Gramps package (portable XML) Import"'),
('gramps_id', '"R0019"'),
("handle", '"im_gpkg"'),
("options", '"iff=gramps\\ni=http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/example/gramps/example.gramps"'),
("options", '"iff=gramps\\ni=http://svn.code.sf.net/p/gramps/code/trunk/example/gramps/example.gramps"'),
("report_type", '"import"')),
])]:
entry_count = 0