|
|
|
@ -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 |
|
|
|
|
* terms of the GNU Affero General Public License as published by the Free |
|
|
|
|
* Software Foundation, either version 3 of the License, or (at your option) any |
|
|
|
|
* later version. |
|
|
|
|
* AgirStatool is free software: you can redistribute it and/or modify |
|
|
|
|
* it under the terms of the GNU Affero General Public License as |
|
|
|
|
* published by the Free Software Foundation, either version 3 of the |
|
|
|
|
* License, or (at your option) any later version. |
|
|
|
|
* |
|
|
|
|
* Juga is distributed in the hope that it will be useful, but WITHOUT ANY |
|
|
|
|
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
|
|
|
|
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more |
|
|
|
|
* details. |
|
|
|
|
* AgirStatool is distributed in the hope that it will be useful, |
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
|
|
* GNU Affero General Public License for more details. |
|
|
|
|
* |
|
|
|
|
* 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; |
|
|
|
|
|
|
|
|
@ -37,9 +37,9 @@ import org.junit.Test;
|
|
|
|
|
* |
|
|
|
|
* @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 |
|
|
|
|
public void testExport01() throws Exception |