Skip to content

Commit

Permalink
MONDRIAN: Fixes faulty test. The correct data type is 1009, as specif…
Browse files Browse the repository at this point in the history
…ied by SAP BW specs.

[git-p4: depot-paths = "//open/mondrian/": change = 14993]
  • Loading branch information
lucboudreau committed Mar 6, 2012
1 parent e9ceef9 commit 9395398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsrc/main/mondrian/xmla/XmlaExcel2007Test.ref.xml
Expand Up @@ -1775,7 +1775,7 @@ where [Measures].[Unit Sales]
<PROPERTY_NAME>ACTION_TYPE</PROPERTY_NAME>
<PROPERTY_CAPTION>ACTION_TYPE</PROPERTY_CAPTION>
<PROPERTY_TYPE>2</PROPERTY_TYPE>
<DATA_TYPE>19</DATA_TYPE>
<DATA_TYPE>1009</DATA_TYPE>
</row>
<row>
<PROPERTY_NAME>UPDATEABLE</PROPERTY_NAME>
Expand Down

0 comments on commit 9395398

Please sign in to comment.