Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tests/src/org/eclipse/tcf/te/tests/tcf/filesystem/adapters/AdaptersTests.java')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tests/src/org/eclipse/tcf/te/tests/tcf/filesystem/adapters/AdaptersTests.java48
1 files changed, 24 insertions, 24 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tests/src/org/eclipse/tcf/te/tests/tcf/filesystem/adapters/AdaptersTests.java b/target_explorer/plugins/org.eclipse.tcf.te.tests/src/org/eclipse/tcf/te/tests/tcf/filesystem/adapters/AdaptersTests.java
index a8405cae9..a8519e44b 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tests/src/org/eclipse/tcf/te/tests/tcf/filesystem/adapters/AdaptersTests.java
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tests/src/org/eclipse/tcf/te/tests/tcf/filesystem/adapters/AdaptersTests.java
@@ -1,24 +1,24 @@
-/*******************************************************************************
- * Copyright (c) 2012 Wind River Systems, Inc. and others. All rights reserved.
- * This program and the accompanying materials are made available under the terms
- * of the Eclipse Public License v1.0 which accompanies this distribution, and is
- * available at http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Wind River Systems - initial API and implementation
- *******************************************************************************/
-package org.eclipse.tcf.te.tests.tcf.filesystem.adapters;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-public class AdaptersTests {
- public static Test suite() {
- TestSuite suite = new TestSuite("File System: Adapters Tests"); //$NON-NLS-1$
- suite.addTestSuite(FSTreeNodeAdapterFactoryTest.class);
- suite.addTestSuite(NodeStateFilterTest.class);
- suite.addTestSuite(PeerModelViewerInputTest.class);
- suite.addTestSuite(ViewerInputAdapterFactoryTest.class);
- return suite;
- }
-}
+/*******************************************************************************
+ * Copyright (c) 2012 Wind River Systems, Inc. and others. All rights reserved.
+ * This program and the accompanying materials are made available under the terms
+ * of the Eclipse Public License v1.0 which accompanies this distribution, and is
+ * available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Wind River Systems - initial API and implementation
+ *******************************************************************************/
+package org.eclipse.tcf.te.tests.tcf.filesystem.adapters;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+public class AdaptersTests {
+ public static Test suite() {
+ TestSuite suite = new TestSuite("File System: Adapters Tests"); //$NON-NLS-1$
+ suite.addTestSuite(FSTreeNodeAdapterFactoryTest.class);
+ suite.addTestSuite(NodeStateFilterTest.class);
+ suite.addTestSuite(PeerNodeViewerInputTest.class);
+ suite.addTestSuite(ViewerInputAdapterFactoryTest.class);
+ return suite;
+ }
+}

Back to the top