~zorba-coders/zorba/http-client-update

« back to all changes in this revision

Viewing changes to test/unit/test_static_context.cpp

  • Committer: Zorba Jenkins
  • Author(s): Paul J. Lucas
  • Date: 2014-02-19 17:43:49 UTC
  • mfrom: (10944.3.28 pjl-misc)
  • Revision ID: jenkins@lambda.nu-20140219174349-hldyxs3r8tyqn015
1. Applied 28io JSON iterator tree patch.
2. Added new --plan-format option.
3. Misc clean-up.
Approved: Matthias Brantner, Paul J. Lucas

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
    if (result.str() != "<hello>World!</hello>")
110
110
      return false;
111
111
  }
112
 
  catch (XQueryException &e)
 
112
  catch (ZorbaException const &e)
113
113
  {
114
114
    std::cerr << e << std::endl;
115
115
    return false;