From 325abfae4036e3acb4107400cc3612017ff1e477 Mon Sep 17 00:00:00 2001 From: Kai Koenig Date: Mon, 19 Jun 2017 15:49:37 +1200 Subject: [PATCH] Retrospective fix for test case for #282 (and reopened #195) to how it actually should look like. --- .../cflint/tests/Ignores/ignoreCFMLAny4.cfc | 21 +++---------------- 1 file changed, 3 insertions(+), 18 deletions(-) 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