Skip to content

Commit

Permalink
Fix mistake in an acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric L. Charlier committed Apr 16, 2016
1 parent 7257cba commit eb465c5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<test name="A correct query MDX">
<system-under-test>
<execution>
<query name="MDX" connectionString="Provider=MSOLAP.4;Data Source=(local)\SQL2014;Initial Catalog='Adventure Works DW 2012';localeidentifier=1033">
<query name="MDX" connectionString="Provider=MSOLAP.4;Data Source=(local)\SQL2012;Initial Catalog='Adventure Works DW 2012';localeidentifier=1033">
SELECT
[Measures].[Reseller Order Count] ON 0,
EXCEPT({[Date].[Calendar Year].Children},{[Date].[Calendar Year].[CY 2006]}) ON 1
Expand All @@ -19,7 +19,7 @@
<sql-run connectionString="Data Source=mhknbn2kdz.database.windows.net;Initial Catalog=AdventureWorks2012;User Id=sqlfamily;password=sqlf@m1ly" name="MyFile.sql" path="C:\totot\"/>
</cleanup>
</test>
<!--<test name="A correct query SQL">
<test name="A correct query SQL">
<system-under-test>
<execution>
<query name="SQL" connectionString="Data Source=mhknbn2kdz.database.windows.net;Initial Catalog=AdventureWorks2012;User Id=sqlfamily;password=sqlf@m1ly">
Expand All @@ -31,5 +31,5 @@
<assert>
<syntacticallyCorrect/>
</assert>
</test>-->
</test>
</testSuite>

0 comments on commit eb465c5

Please sign in to comment.