Repository: hadoop
Updated Branches:
  refs/heads/branch-2 354afbb9d -> 5c2f2ae7b


HADOOP-13333. testConf.xml ls comparators in wrong order (Vrushali C via Varun 
Saxena)


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

Branch: refs/heads/branch-2
Commit: 5c2f2ae7bc55a029e8a2d160d4645cac27154fbd
Parents: 354afbb
Author: Varun Saxena <varunsax...@apache.org>
Authored: Tue Aug 16 03:05:16 2016 +0530
Committer: Varun Saxena <varunsax...@apache.org>
Committed: Tue Aug 16 03:05:16 2016 +0530

----------------------------------------------------------------------
 .../hadoop-common/src/test/resources/testConf.xml                | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/5c2f2ae7/hadoop-common-project/hadoop-common/src/test/resources/testConf.xml
----------------------------------------------------------------------
diff --git 
a/hadoop-common-project/hadoop-common/src/test/resources/testConf.xml 
b/hadoop-common-project/hadoop-common/src/test/resources/testConf.xml
index dbbe401..d497dc9 100644
--- a/hadoop-common-project/hadoop-common/src/test/resources/testConf.xml
+++ b/hadoop-common-project/hadoop-common/src/test/resources/testConf.xml
@@ -106,11 +106,11 @@
         </comparator>
         <comparator>
           <type>RegexpComparator</type>
-          <expected-output>^\s*-q\s+Print \? instead of non-printable 
characters\.( )*</expected-output>
+          <expected-output>^\s*rather than a number of bytes\.( 
)*</expected-output>
         </comparator>
         <comparator>
           <type>RegexpComparator</type>
-          <expected-output>^\s*rather than a number of bytes\.( 
)*</expected-output>
+          <expected-output>^\s*-q\s+Print \? instead of non-printable 
characters\.( )*</expected-output>
         </comparator>
         <comparator>
           <type>RegexpComparator</type>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to