Author: schorlet Date: 2010-04-30 10:55:14 +0200 (Fri, 30 Apr 2010) New Revision: 33 Url: http://nuiton.org/repositories/revision/wikitty/33 Log: ajout du header de licence Modified: trunk/wikitty-multistorage-impl/src/test/java/org/sharengo/wikitty/multistorage/test/MultiStorageTest.java Modified: trunk/wikitty-multistorage-impl/src/test/java/org/sharengo/wikitty/multistorage/test/MultiStorageTest.java =================================================================== --- trunk/wikitty-multistorage-impl/src/test/java/org/sharengo/wikitty/multistorage/test/MultiStorageTest.java 2010-04-30 08:47:52 UTC (rev 32) +++ trunk/wikitty-multistorage-impl/src/test/java/org/sharengo/wikitty/multistorage/test/MultiStorageTest.java 2010-04-30 08:55:14 UTC (rev 33) @@ -1,3 +1,19 @@ +/* *##% + * Copyright (c) 2009 ruchaud. All rights reserved. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + *##%*/ package org.sharengo.wikitty.multistorage.test; import java.io.InputStream; @@ -22,6 +38,14 @@ import org.sharengo.wikitty.multistorage.WikittyServiceMultiStorage; import org.sharengo.wikitty.multistorage.MultiStorageConfiguration.BasicConfiguration; +/** + * MultiStorageTest build a multi-storage configuration using jdbc and jms + * and try to store and restore a basic wikitty. + * + * @author schorlet + * @version $Revision$ $Date$ + * @since 30 avr. 2010 10:50:06 + */ public class MultiStorageTest { WikittyService service = null;