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

« back to all changes in this revision

Viewing changes to test/iterplans/zorba/hashjoins/9207.iter

  • Committer: Zorba Jenkins
  • Author(s): Paul J. Lucas
  • Date: 2014-02-25 01:01:04 UTC
  • mfrom: (10944.3.42 pjl-misc)
  • Revision ID: jenkins@lambda.nu-20140225010104-30p4que5n7l8stzp
Fixed attribute names with spaces in iterator printer.
Approved: Matthias Brantner, Paul J. Lucas

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
          </CreateInternalIndexIterator>
30
30
        </LetVariable>
31
31
        <ForVariable name="book">
32
 
          <DescendantAxisIterator test kind="match_name_test" qname="xs:QName(,,book)" typename="*" nill allowed="0">
 
32
          <DescendantAxisIterator test-kind="match_name_test" qname="xs:QName(,,book)" typename="*" nill-allowed="0">
33
33
            <FnDocIterator>
34
34
              <SingletonIterator value="xs:string(books.xml)"/>
35
35
            </FnDocIterator>
38
38
        <ForVariable name="$$opt_temp_1">
39
39
          <HoistIterator>
40
40
            <FnCountIterator>
41
 
              <ChildAxisIterator test kind="match_name_test" qname="xs:QName(,,author)" typename="*" nill allowed="0">
 
41
              <ChildAxisIterator test-kind="match_name_test" qname="xs:QName(,,author)" typename="*" nill-allowed="0">
42
42
                <ForVarIterator varname="book"/>
43
43
              </ChildAxisIterator>
44
44
            </FnCountIterator>