Fixed file naming.
This commit is contained in:
parent
6b046b3c03
commit
37576413f8
1 changed files with 13 additions and 13 deletions
|
@ -1,20 +1,20 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 Christian Pierre MOMON, DEVINSY
|
* Copyright (C) 2019-2020 Christian Pierre MOMON <christian.momon@devinsy.fr>
|
||||||
*
|
*
|
||||||
* This file is part of Juga, simple key value database.
|
* This file is part of AgirStatool, simple key value database.
|
||||||
*
|
*
|
||||||
* Juga is free software: you can redistribute it and/or modify it under the
|
* AgirStatool is free software: you can redistribute it and/or modify
|
||||||
* terms of the GNU Affero General Public License as published by the Free
|
* it under the terms of the GNU Affero General Public License as
|
||||||
* Software Foundation, either version 3 of the License, or (at your option) any
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
* later version.
|
* License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Juga is distributed in the hope that it will be useful, but WITHOUT ANY
|
* AgirStatool is distributed in the hope that it will be useful,
|
||||||
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* details.
|
* GNU Affero General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
* along with Juga. If not, see <http://www.gnu.org/licenses/>.
|
* along with AgirStatool. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
package org.april.agirstatool.core;
|
package org.april.agirstatool.core;
|
||||||
|
|
||||||
|
@ -37,9 +37,9 @@ import org.junit.Test;
|
||||||
*
|
*
|
||||||
* @author Christian Pierre MOMON
|
* @author Christian Pierre MOMON
|
||||||
*/
|
*/
|
||||||
public class JugaTest
|
public class AgirStatoolTest
|
||||||
{
|
{
|
||||||
private static org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(JugaTest.class);
|
private static org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(AgirStatoolTest.class);
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testExport01() throws Exception
|
public void testExport01() throws Exception
|
Loading…
Reference in a new issue