Skip to content

Commit

Permalink
Merge branch 'master' into bug/List_of_strings_in_place_of_array(#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric L. Charlier committed Jan 17, 2016
2 parents d426b6f + 1f4f233 commit 787fd22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<no-rows>
<variable column-index="1">TotalDue</variable>
<predicate name="TotalDue">
<more-than>4800000</more-than>
<more-than>9000000</more-than>
</predicate>
</no-rows>
</assert>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<test name="Count rows with more than 500 semi-sales">
<system-under-test>
<execution>
<query name="MDX Except" connectionString="Provider=MSOLAP.4;Data Source=(local)\SQL2014;Initial Catalog='Adventure Works DW 2012';localeidentifier=1049">
<query name="MDX Except" connectionString="Provider=MSOLAP.4;Data Source=(local)\SQL2012;Initial Catalog='Adventure Works DW 2012';localeidentifier=1049">
SELECT
[Measures].[Reseller Order Count] ON 0,
{[Date].[Calendar Year].[CY 2005]:[Date].[Calendar Year].[CY 2008]} ON 1
Expand Down

0 comments on commit 787fd22

Please sign in to comment.