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
=== modified file 'src/types/casting.cpp'
--- src/types/casting.cpp 2013-04-03 09:33:11 +0000
+++ src/types/casting.cpp 2013-04-05 22:31:19 +0000
@@ -1301,7 +1301,7 @@
1301 return;1301 return;
1302 }1302 }
13031303
1304 throwFORG0001Exception(strval, errInfo);1304 throwFORG0001Exception(dt.toString(), errInfo);
1305}1305}
1306 1306
1307 1307

Subscribers

People subscribed via source and target branches