[med-svn] [Git][med-team/tao-config][master] Fix pathing in patch

Shayan Doust gitlab at salsa.debian.org
Mon Jul 13 13:12:57 BST 2020



Shayan Doust pushed to branch master at Debian Med / tao-config


Commits:
bd4e09a4 by Shayan Doust at 2020-07-13T13:12:46+01:00
Fix pathing in patch

- - - - -


1 changed file:

- debian/patches/fix_schema_path.patch


Changes:

=====================================
debian/patches/fix_schema_path.patch
=====================================
@@ -11,8 +11,8 @@ Last-Update: 2020-07-13
  {
 -   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 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 ) {



View it on GitLab: https://salsa.debian.org/med-team/tao-config/-/commit/bd4e09a4dc08e72c70e625278cd768bc2b5b1103

-- 
View it on GitLab: https://salsa.debian.org/med-team/tao-config/-/commit/bd4e09a4dc08e72c70e625278cd768bc2b5b1103
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/5901a72a/attachment.html>


More information about the debian-med-commit mailing list