Merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba

Proposed by Paul J. Lucas
Status: Merged
Approved by: Paul J. Lucas
Approved revision: 11056
Merged at revision: 11213
Proposed branch: lp:~paul-lucas/zorba/pjl-misc
Merge into: lp:zorba
Diff against target: 43 lines (+4/-4)
2 files modified
src/diagnostics/diagnostic_en.xml (+2/-2)
src/diagnostics/pregenerated/dict_en.cpp (+2/-2)
To merge this branch: bzr merge lp:~paul-lucas/zorba/pjl-misc
Reviewer Review Type Date Requested Status
Matthias Brantner Approve
Paul J. Lucas Approve
Review via email: mp+145533@code.launchpad.net

Commit message

Fixed typo in XML file.

Description of the change

Fixed typo in XML file.

To post a comment you must log in.
Revision history for this message
Paul J. Lucas (paul-lucas) :
review: Approve
Revision history for this message
Matthias Brantner (matthias-brantner) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

The attempt to merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba failed. Below is the output from the failed tests.

CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:275 (message):
  Validation queue job pjl-misc-2013-01-30T15-40-37.894Z is finished. The
  final status was:

  1 tests did not succeed - changes not commited.

Error in read script: /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake

lp:~paul-lucas/zorba/pjl-misc updated
11056. By Paul J. Lucas

Forgot to commit generated file.

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job pjl-misc-2013-01-30T16-46-40.37Z 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/diagnostics/diagnostic_en.xml'
2--- src/diagnostics/diagnostic_en.xml 2013-01-24 04:23:25 +0000
3+++ src/diagnostics/diagnostic_en.xml 2013-01-30 16:45:32 +0000
4@@ -1649,7 +1649,7 @@
5 It is a dynamic error if a function that was declared to be both \c
6 external and \c updating returns a non-empty data model instance.
7 </comment>
8- <value>"$1": function declated external, updating returns non-empty data model instance</value>
9+ <value>"$1": function declared external, updating returns non-empty data model instance</value>
10 </diagnostic>
11
12 <diagnostic code="XUDY0021">
13@@ -4854,7 +4854,7 @@
14 </entry>
15
16 <entry key="libxml_ERR_533"> <!-- XML_DTD_UNKNOWN_ATTRIBUTE -->
17- <value>"$6?6:{xmlns}": attribute not declated for element "$6?6:5"</value>
18+ <value>"$6?5:{xmlns}": attribute not declared for element "$6?6:5"</value>
19 </entry>
20
21 <entry key="libxml_ERR_534"> <!-- XML_DTD_UNKNOWN_ELEM -->
22
23=== modified file 'src/diagnostics/pregenerated/dict_en.cpp'
24--- src/diagnostics/pregenerated/dict_en.cpp 2013-01-23 17:24:44 +0000
25+++ src/diagnostics/pregenerated/dict_en.cpp 2013-01-30 16:45:32 +0000
26@@ -275,7 +275,7 @@
27 { "XUDY0016", "node is target of multiple \"replace\" expressions (without \"value of\") in same query" },
28 { "XUDY0017", "node is target of multiple \"replace value of\" expressions in same query" },
29 { "XUDY0018", "\"$1\": function declared external, non-updating returns non-empty pending update list" },
30- { "XUDY0019", "\"$1\": function declated external, updating returns non-empty data model instance" },
31+ { "XUDY0019", "\"$1\": function declared external, updating returns non-empty data model instance" },
32 { "XUDY0021", "$1${ 2}" },
33 { "XUDY0023", "\"$1\": qname causes namespace binding conflict: prefix $2 cannot be bound to both $3 and $4" },
34 { "XUDY0024", "\"$1\": namespace binding conflicts with $2=$3" },
35@@ -1057,7 +1057,7 @@
36 { "~libxml_ERR_530", "\"$5\" on \"$6\" value has to be normalized based on external subset declaration" },
37 { "~libxml_ERR_531", "\"$5\"/\"$6\": root/DTD name mismatch" },
38 { "~libxml_ERR_532", "\"$5\": element declared in external subset contains whitespace nodes" },
39- { "~libxml_ERR_533", "\"$6?6:{xmlns}\": attribute not declated for element \"$6?6:5\"" },
40+ { "~libxml_ERR_533", "\"$6?5:{xmlns}\": attribute not declared for element \"$6?6:5\"" },
41 { "~libxml_ERR_534", "\"$6?6:5\": undeclared element$6?{ for attribute \"5\"}" },
42 { "~libxml_ERR_535", "$5?{\"6\": unknown entity referenced by attribute \"5\"}:{unknown entity type}" },
43 { "~libxml_ERR_536", "\"$5\": attribute references an unknown ID \"$6\"${ on line 8}\"" },

Subscribers

People subscribed via source and target branches