You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/12/06 16:54:38 UTC

[2/3] incubator-trafodion git commit: Forgot to take a debug line out

Forgot to take a debug line out


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/39e524f1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/39e524f1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/39e524f1

Branch: refs/heads/master
Commit: 39e524f1cd46e8739752246810122ff09f43eeb8
Parents: eb4a2df
Author: Dave Birdsall <db...@apache.org>
Authored: Mon Dec 5 23:26:19 2016 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Mon Dec 5 23:26:19 2016 +0000

----------------------------------------------------------------------
 core/sqf/sql/scripts/analyzeMessageGuide.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/39e524f1/core/sqf/sql/scripts/analyzeMessageGuide.py
----------------------------------------------------------------------
diff --git a/core/sqf/sql/scripts/analyzeMessageGuide.py b/core/sqf/sql/scripts/analyzeMessageGuide.py
index d15fbb1..07295c4 100644
--- a/core/sqf/sql/scripts/analyzeMessageGuide.py
+++ b/core/sqf/sql/scripts/analyzeMessageGuide.py
@@ -335,8 +335,7 @@ class MessagesTable:
  
     def analyzeCodeReferences(self,directory):
         fileString = directory + "/*/*.cpp " + directory + "/*/*.h " + directory + "/*/*.y" 
-        for key in ["1002","1004","1008", "1013", "1402"]:  # TODO: remove this testing line
-        # for key in self.dict:
+        for key in self.dict:
             tableEntry = self.dict[key]
             if tableEntry['textsMatch'] == False:
                 if 'enumSymbol' in tableEntry: