You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by mx...@apache.org on 2012/09/30 23:36:49 UTC

svn commit: r1392115 - in /tcl/rivet/trunk: ChangeLog tests/parsepackage.test

Author: mxmanghi
Date: Sun Sep 30 21:36:49 2012
New Revision: 1392115

URL: http://svn.apache.org/viewvc?rev=1392115&view=rev
Log:
    * tests/parsepackage.test: changed path to librivetparser.so


Modified:
    tcl/rivet/trunk/ChangeLog
    tcl/rivet/trunk/tests/parsepackage.test

Modified: tcl/rivet/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/ChangeLog?rev=1392115&r1=1392114&r2=1392115&view=diff
==============================================================================
--- tcl/rivet/trunk/ChangeLog (original)
+++ tcl/rivet/trunk/ChangeLog Sun Sep 30 21:36:49 2012
@@ -1,3 +1,6 @@
+2012-09-30 Massimo Manghi <mx...@apache.org>
+    * tests/parsepackage.test: changed path to librivetparser.so
+
 2012-09-29 Massimo Manghi <mx...@apache.org>
     * rivet/rivet-tcl/xml.tcl: Adding command for simple quick XML fragments generation
 

Modified: tcl/rivet/trunk/tests/parsepackage.test
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/tests/parsepackage.test?rev=1392115&r1=1392114&r2=1392115&view=diff
==============================================================================
--- tcl/rivet/trunk/tests/parsepackage.test (original)
+++ tcl/rivet/trunk/tests/parsepackage.test Sun Sep 30 21:36:49 2012
@@ -3,7 +3,7 @@
 package require tcltest
 package require tclrivetparser
 
-load [file join [pwd] .. src .libs librivetparser[info sharedlibext]]
+load [file join [pwd] .. src parser .libs librivetparser[info sharedlibext]]
 
 ::tcltest::test parserivetdata-1.1 {parserivetdata command} {
     set fl [open hello.rvt]
@@ -57,4 +57,4 @@ puts -nonewline "
     set data2
 
     string compare $data1 $data2
-} {0}
\ No newline at end of file
+} {0}



---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org