diff --git a/src/test/resources/com/cflint/tests/Ignores/ignoreCFMLAny4.cfc b/src/test/resources/com/cflint/tests/Ignores/ignoreCFMLAny4.cfc index b3b0d2261..2696ba343 100644 --- a/src/test/resources/com/cflint/tests/Ignores/ignoreCFMLAny4.cfc +++ b/src/test/resources/com/cflint/tests/Ignores/ignoreCFMLAny4.cfc @@ -1,11 +1,5 @@ - - @@ -13,24 +7,15 @@ - - + SELECT M.firstName - - FROM #application.linkedServerName#.schema.dbo.Comment C WITH (NOLOCK) + FROM #application.linkedServerName#.schema.dbo.Comment C WITH (NOLOCK) LEFT OUTER JOIN something SM WITH (NOLOCK) ON C.memberID = SM.memberID INNER JOIN somethingelse m ON m.memberID = sm.memberid - - LEFT OUTER JOIN #application.linkedServerName#.schema.dbo.Author A WITH (NOLOCK) + LEFT OUTER JOIN #application.linkedServerName#.schema.dbo.Author A WITH (NOLOCK) ON C.aID = A.aID WHERE eID = 34 AND