package org.jdesktop.swingx; import org.jdesktop.beans.AbstractBeanInfoTest; import org.junit.Ignore; import org.junit.Test; public class JXMonthViewBeanInfoTest extends AbstractBeanInfoTest<JXMonthView> { @Override protected JXMonthView createInstance() { return new JXMonthView(); } /** * {@inheritDoc} */ @Test @Override @Ignore("serialization fails") public void testSerialization() { super.testSerialization(); } }