/*
 * $Id: ColumnControlButtonIssues.java,v 1.9 2007/07/09 11:40:54 kleopatra Exp $
 *
 * Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle,
 * Santa Clara, California 95054, U.S.A. All rights reserved.
 */
package org.jdesktop.swingx.table;

import java.util.logging.Logger;

/**
 * Test to exposed known issues of <code>ColumnControlButton</code>. <p>
 * 
 * Ideally, there would be at least one failing test method per open
 * issue in the issue tracker. Plus additional failing test methods for
 * not fully specified or not yet decided upon features/behaviour.<p>
 * 
 * Once the issues are fixed and the corresponding methods are passing, they
 * should be moved over to the XXTest. 
 * 
 * @author Jeanette Winzenburg
 */
public class ColumnControlButtonIssues extends ColumnControlButtonTest {
    @SuppressWarnings("all")
    private static final Logger LOG = Logger
            .getLogger(ColumnControlButtonIssues.class.getName());

    public void testDummy() {
        // do nothing - placeholder for empty issues
    }
}
