Merge lp:~zorba-coders/zorba/bug1158975-fix-error-value into lp:zorba

Proposed by Till Westmann
Status: Merged
Approved by: Till Westmann
Approved revision: 11344
Merged at revision: 11344
Proposed branch: lp:~zorba-coders/zorba/bug1158975-fix-error-value
Merge into: lp:zorba
Diff against target: 10 lines (+1/-1)
1 file modified
src/types/casting.cpp (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug1158975-fix-error-value
Reviewer Review Type Date Requested Status
Till Westmann Approve
Matthias Brantner Approve
Review via email: mp+157489@code.launchpad.net

Commit message

fix value for error message

Description of the change

fix value for error message

To post a comment you must log in.
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Matthias Brantner (matthias-brantner) :
review: Approve
Revision history for this message
Till Westmann (tillw) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job bug1158975-fix-error-value-2013-04-05T22-31-43.385Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/types/casting.cpp'
2--- src/types/casting.cpp 2013-04-03 09:33:11 +0000
3+++ src/types/casting.cpp 2013-04-05 22:31:19 +0000
4@@ -1301,7 +1301,7 @@
5 return;
6 }
7
8- throwFORG0001Exception(strval, errInfo);
9+ throwFORG0001Exception(dt.toString(), errInfo);
10 }
11
12

Subscribers

People subscribed via source and target branches