From bbf60e0bbad5463fc158eb9c73aab62028aac177 Mon Sep 17 00:00:00 2001 From: Billy Olsen Date: Sun, 19 Apr 2020 19:58:51 -0700 Subject: [PATCH] Move MotorRowFilterTest into correct package MotorRowFilterTest lives in the wrong package and causes Eclipse to fail building. Oddly, it still builds using the ant commandline, but since it declares it should be in the package net.sf.openrocket.gui.dialogs.motor.thrustcurve this change moves it to the location it declares. Signed-off-by: Billy Olsen --- .../gui/{ => dialogs/motor/thrustcurve}/MotorRowFilterTest.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename swing/test/net/sf/openrocket/gui/{ => dialogs/motor/thrustcurve}/MotorRowFilterTest.java (100%) diff --git a/swing/test/net/sf/openrocket/gui/MotorRowFilterTest.java b/swing/test/net/sf/openrocket/gui/dialogs/motor/thrustcurve/MotorRowFilterTest.java similarity index 100% rename from swing/test/net/sf/openrocket/gui/MotorRowFilterTest.java rename to swing/test/net/sf/openrocket/gui/dialogs/motor/thrustcurve/MotorRowFilterTest.java