tim-connector: Moved tests to proper package

They were in importers and they're moved to org.libreplan.importers.

FEA: ItEr77S16JiraAndTimConnectorContributionIntegration
This commit is contained in:
Manuel Rego Casasnovas 2013-02-27 14:58:34 +01:00
parent c29015e9af
commit ef1328eee1
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package importers;
package org.libreplan.importers;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;

View file

@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package importers;
package org.libreplan.importers;
import static org.junit.Assert.assertTrue;
import static org.libreplan.business.BusinessGlobalNames.BUSINESS_SPRING_CONFIG_FILE;

View file

@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package importers;
package org.libreplan.importers;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;