1 /*2 * JBoss, the OpenSource J2EE webOS3 *4 * Distributable under LGPL license.5 * See terms of license at gnu.org.6 */7 8 package org.jboss.cache.pojo.statetransfer;9 10 /**11 * Tests that PojoCache state transfer works properly if the version is 2.0.0.12 *13 * @author <a HREF="mailto://brian.stansberry@jboss.com">Brian Stansberry</a>14 * @version $Revision: 1.1 $15 */16 public class StateTransfer200AopTest extends StateTransferAopTestBase17 {18 19 protected String getReplicationVersion()20 {21 return "2.0.0.GA";22 }23 24 }25