Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/fix_bug_revision_11274 into lp:zorba.

Commit message:
Fixed bug introduced in revision 11274.

Requested reviews:
  Markos Zaharioudakis (markos-za)
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_revision_11274/+merge/152177

Fixed bug introduced in revision 11274.
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_revision_11274/+merge/152177
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'test/fots_driver/fots-driver.xq'
--- test/fots_driver/fots-driver.xq	2013-03-06 10:36:56 +0000
+++ test/fots_driver/fots-driver.xq	2013-03-07 13:52:21 +0000
@@ -795,7 +795,9 @@
     variable $trace := concat("processing test case : ", $case/@name,
                               " in test set : ", $testSetName);
 
-    variable $queryName := trace($trace, "");
+    trace($trace,"");
+
+    variable $queryName := $case/@name;
 
     variable $test as xs:string := util:get-value($case, $testSetBaseURI, "test");
 

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to