Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added org.eclipse.wb.tests/libs/swingx/swingx-1.6.1.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2011, 2024 Google, Inc. and others.
* Copyright (c) 2011, 2025 Google, Inc. and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -21,7 +21,6 @@

import org.eclipse.jdt.core.dom.CompilationUnit;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import java.awt.Component;
Expand All @@ -36,7 +35,6 @@
*
* @author sablin_aa
*/
@Disabled
public class JXTaskPaneTest extends SwingxModelTest {
////////////////////////////////////////////////////////////////////////////
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2011 Google, Inc.
* Copyright (c) 2011, 2025 Google, Inc. and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
Expand Down Expand Up @@ -32,7 +32,7 @@ public abstract class SwingxModelTest extends SwingModelTest {
@Override
protected void configureNewProject() throws Exception {
super.configureNewProject();
m_testProject.addBundleJars("org.eclipse.wb.tests.support", "/resources/Swing/SwingX");
m_testProject.addBundleJars("org.eclipse.wb.tests", "/libs/swingx");
}

////////////////////////////////////////////////////////////////////////////
Expand Down
Loading