1 /*
2 * $Id: TransformerChainMule2131TestCase.java 22449 2011-07-19 07:40:43Z justin.calleja $
3 * --------------------------------------------------------------------------------------
4 * Copyright (c) MuleSoft, Inc. All rights reserved. http://www.mulesoft.com
5 *
6 * The software in this package is published under the terms of the CPAL v1.0
7 * license, a copy of which has been included with this distribution in the
8 * LICENSE.txt file.
9 */
10
11 package org.mule.issues;
12
13 import org.junit.Test;
14
15 public class TransformerChainMule2131TestCase extends TransformerChainMule2063TestCase
16 {
17
18 public TransformerChainMule2131TestCase(ConfigVariant variant, String configResources)
19 {
20 super(variant, configResources);
21 }
22
23 @Test
24 public void testOutputTransformers() throws Exception
25 {
26 doTest("test3", TEST3_OUT);
27 }
28
29 }