Skip to content

Commit

Permalink
MONDRIAN: HigDimensionsTest aesthetics...
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 11224]
  • Loading branch information
Luis F. Canals committed Jun 28, 2008
1 parent 5c3071e commit 6302516
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions testsrc/main/mondrian/rolap/HighDimensionsTest.java
@@ -1,13 +1,3 @@
/*
// $Id$
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
// Copyright (C) 2006-2007 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/

/*
// $Id$
// This software is subject to the terms of the Common Public License
Expand Down Expand Up @@ -45,18 +35,6 @@ public HighDimensionsTest(String name) {
super(name);
}

/*
public void testDelme() throws Exception {
final Connection connection = TestContext.instance()
.getFoodMartConnection();
final Query query = connection.parseQuery("select {[Measures].[Unit Sales]} on columns, {filter([Promotions].[Promotion Name].Members, [Measures].[Unit Sales]>4000)} on rows from [Sales Ragged]");
Result result = connection.execute(query);
int i=0;
for(final Position o : result.getAxes()[1].getPositions()) {
System.out.println(o.get(0));
}
}
*/

public void testBug1971406() throws Exception {
final Connection connection = TestContext.instance()
Expand Down

0 comments on commit 6302516

Please sign in to comment.