[med-svn] [Git][med-team/tao-config][master] 2 commits: Revert "Fix pathing in patch"
Shayan Doust
gitlab at salsa.debian.org
Mon Jul 13 13:37:08 BST 2020
Shayan Doust pushed to branch master at Debian Med / tao-config
Commits:
08e41662 by Shayan Doust at 2020-07-13T13:36:42+01:00
Revert "Fix pathing in patch"
This reverts commit bd4e09a4dc08e72c70e625278cd768bc2b5b1103.
- - - - -
3bbd1cac by Shayan Doust at 2020-07-13T13:36:56+01:00
Revert "Patch to fix the pathing for the test data of schema source"
This reverts commit ca7fd0ced11a3d8cfc5475d3bed1ec4c313cb560.
- - - - -
2 changed files:
- − debian/patches/fix_schema_path.patch
- debian/patches/series
Changes:
=====================================
debian/patches/fix_schema_path.patch deleted
=====================================
@@ -1,18 +0,0 @@
-Description: fix test data path in schema test source
-Author: Shayan Doust <hello at shayandoust.me>
-Last-Update: 2020-07-13
----
-
---- tao-config.orig/src/test/config/schema.cpp
-+++ tao-config/src/test/config/schema.cpp
-@@ -6,8 +6,8 @@
-
- int main()
- {
-- const auto tcs = tao::config::schema::from_file( "tests/schema.tcs" );
-- const auto data = tao::config::from_file( "tests/schema.jaxn" );
-+ const auto tcs = tao::config::schema::from_file( "../../../tests/schema.tcs" );
-+ const auto data = tao::config::from_file( "../../../tests/schema.jaxn" );
- const auto error = tcs.validate( data );
-
- if( error ) {
=====================================
debian/patches/series
=====================================
@@ -1,2 +1 @@
-fix_schema_path.patch
modify_makefile.patch
View it on GitLab: https://salsa.debian.org/med-team/tao-config/-/compare/bd4e09a4dc08e72c70e625278cd768bc2b5b1103...3bbd1cac91d15e0b666b07bb28f522372fb15e8f
--
View it on GitLab: https://salsa.debian.org/med-team/tao-config/-/compare/bd4e09a4dc08e72c70e625278cd768bc2b5b1103...3bbd1cac91d15e0b666b07bb28f522372fb15e8f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200713/5e8d0ac5/attachment-0001.html>
More information about the debian-med-commit
mailing list