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:
parent
c29015e9af
commit
ef1328eee1
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
@ -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;
|
||||
|
|
@ -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;
|
||||
Loading…
Add table
Reference in a new issue