You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by pr...@apache.org on 2015/07/01 04:02:17 UTC

vxquery git commit: Changed the fn_doc test result file name.

Repository: vxquery
Updated Branches:
  refs/heads/master ee7a56934 -> d9e4f29f4


Changed the fn_doc test result file name.


Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo
Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/d9e4f29f
Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/d9e4f29f
Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/d9e4f29f

Branch: refs/heads/master
Commit: d9e4f29f4efa09c82c3aa24fbeb095f313ad1a43
Parents: ee7a569
Author: Preston Carman <pr...@apache.org>
Authored: Tue Jun 30 19:02:19 2015 -0700
Committer: Preston Carman <pr...@apache.org>
Committed: Tue Jun 30 19:02:19 2015 -0700

----------------------------------------------------------------------
 .../src/test/resources/ExpectedTestResults/Simple/fn_doc.txt       | 1 +
 .../src/test/resources/ExpectedTestResults/Simple/fn_doc.xml       | 1 -
 .../resources/cat/FunctionsAndOperatorsThatGenerateSequences.xml   | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/vxquery/blob/d9e4f29f/vxquery-xtest/src/test/resources/ExpectedTestResults/Simple/fn_doc.txt
----------------------------------------------------------------------
diff --git a/vxquery-xtest/src/test/resources/ExpectedTestResults/Simple/fn_doc.txt b/vxquery-xtest/src/test/resources/ExpectedTestResults/Simple/fn_doc.txt
new file mode 100644
index 0000000..169a175
--- /dev/null
+++ b/vxquery-xtest/src/test/resources/ExpectedTestResults/Simple/fn_doc.txt
@@ -0,0 +1 @@
+<stationCollection pageSize="100"pageCount="1"totalCount="1"><station><id>GHCND:US000000001</id><displayName>Station 1</displayName><latitude>10.000</latitude><longitude>-10.000</longitude><elevation>1000.0</elevation><locationLabels><type>ST</type><id>FIPS:1</id><displayName>State 1</displayName></locationLabels><locationLabels><type>CNTY</type><id>FIPS:-9999</id><displayName>County 1</displayName></locationLabels><locationLabels><type>CNTRY</type><id>FIPS:US</id><displayName>UNITED STATES</displayName></locationLabels></station></stationCollection>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/vxquery/blob/d9e4f29f/vxquery-xtest/src/test/resources/ExpectedTestResults/Simple/fn_doc.xml
----------------------------------------------------------------------
diff --git a/vxquery-xtest/src/test/resources/ExpectedTestResults/Simple/fn_doc.xml b/vxquery-xtest/src/test/resources/ExpectedTestResults/Simple/fn_doc.xml
deleted file mode 100644
index 3b9d17a..0000000
--- a/vxquery-xtest/src/test/resources/ExpectedTestResults/Simple/fn_doc.xml
+++ /dev/null
@@ -1 +0,0 @@
-<stationCollection pageSize="100" pageCount="1" totalCount="1"><station><id>GHCND:US000000001</id><displayName>Station 1</displayName><latitude>10.000</latitude><longitude>-10.000</longitude><elevation>1000.0</elevation><locationLabels><type>ST</type><id>FIPS:1</id><displayName>State 1</displayName></locationLabels><locationLabels><type>CNTY</type><id>FIPS:-9999</id><displayName>County 1</displayName></locationLabels><locationLabels><type>CNTRY</type><id>FIPS:US</id><displayName>UNITED STATES</displayName></locationLabels></station></stationCollection>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/vxquery/blob/d9e4f29f/vxquery-xtest/src/test/resources/cat/FunctionsAndOperatorsThatGenerateSequences.xml
----------------------------------------------------------------------
diff --git a/vxquery-xtest/src/test/resources/cat/FunctionsAndOperatorsThatGenerateSequences.xml b/vxquery-xtest/src/test/resources/cat/FunctionsAndOperatorsThatGenerateSequences.xml
index 2b52f15..8e4f569 100644
--- a/vxquery-xtest/src/test/resources/cat/FunctionsAndOperatorsThatGenerateSequences.xml
+++ b/vxquery-xtest/src/test/resources/cat/FunctionsAndOperatorsThatGenerateSequences.xml
@@ -22,7 +22,7 @@
    <test-case name="functions-and-operators-that-generate-sequences-fn_doc" FilePath="Simple/" Creator="Shivani Mall">
       <description>Query for fn:doc with uri.</description>
       <query name="fn_doc" date="2015-06-19"/>
-      <output-file compare="Text">fn_doc.xml</output-file>
+      <output-file compare="Text">fn_doc.txt</output-file>
    </test-case>
 </test-group>
  
\ No newline at end of file