Skip to content

Commit

Permalink
MONDRIAN: Oops, missed a log file.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 10428]
  • Loading branch information
julianhyde committed Jan 13, 2008
1 parent 8aa47b6 commit 5aec00c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
4 changes: 2 additions & 2 deletions testsrc/main/mondrian/xmla/XmlaBasicTest.java
Expand Up @@ -274,7 +274,7 @@ public void testMDFunction() throws Exception {
* @throws Exception on error
*/
public void testMDFunctions() throws Exception {
if (Util.PreJdk15) {
if (Util.PreJdk15 || Util.Retrowoven) {
// MDSCHEMA_FUNCTIONS produces different output in JDK 1.4.
return;
}
Expand All @@ -297,7 +297,7 @@ public void testMDFunctions() throws Exception {
* @throws Exception on error
*/
public void testMDFunctionsJdk14() throws Exception {
if (!Util.PreJdk15) {
if (!(Util.PreJdk15 || Util.Retrowoven)) {
// MDSCHEMA_FUNCTIONS produces different output in JDK 1.4.
return;
}
Expand Down
14 changes: 0 additions & 14 deletions testsrc/main/mondrian/xmla/XmlaExcelXPTest.ref.xml
Expand Up @@ -3228,13 +3228,6 @@ The default value for this property is an empty string.</PropertyDescription>
<LNum name="[Time].[LEVEL_NUMBER]"/>
<DisplayInfo name="[Time].[DISPLAY_INFO]"/>
</HierarchyInfo>
<HierarchyInfo name="Time.Weekly">
<UName name="[Time.Weekly].[MEMBER_UNIQUE_NAME]"/>
<Caption name="[Time.Weekly].[MEMBER_CAPTION]"/>
<LName name="[Time.Weekly].[LEVEL_UNIQUE_NAME]"/>
<LNum name="[Time.Weekly].[LEVEL_NUMBER]"/>
<DisplayInfo name="[Time.Weekly].[DISPLAY_INFO]"/>
</HierarchyInfo>
<HierarchyInfo name="Product">
<UName name="[Product].[MEMBER_UNIQUE_NAME]"/>
<Caption name="[Product].[MEMBER_CAPTION]"/>
Expand Down Expand Up @@ -3429,13 +3422,6 @@ The default value for this property is an empty string.</PropertyDescription>
<LNum>0</LNum>
<DisplayInfo>4</DisplayInfo>
</Member>
<Member Hierarchy="Time.Weekly">
<UName>[Time.Weekly].[All Time.Weeklys].[1997]</UName>
<Caption>1997</Caption>
<LName>[Time.Weekly].[Year]</LName>
<LNum>1</LNum>
<DisplayInfo>52</DisplayInfo>
</Member>
<Member Hierarchy="Product">
<UName>[Product].[All Products]</UName>
<Caption>All Products</Caption>
Expand Down

0 comments on commit 5aec00c

Please sign in to comment.