Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Assume real browser in mail example servlet ftest
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.jboss.org/repos/seam/branches/enterprise/WFK-2_1@15628 a9c07ecc-ef43-0410-a306-c911db474e88
  • Loading branch information
rsmeral authored and mareknovotny committed Dec 3, 2013
1 parent 75a5b2d commit a22f498
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -9,6 +9,7 @@
import org.jboss.shrinkwrap.api.Archive;
import org.junit.After;
import static org.junit.Assert.*;
import org.junit.Assume;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
Expand Down Expand Up @@ -115,6 +116,7 @@ public void testTemplate() {

@Test
public void testServlet() {
Assume.assumeTrue(isRealBrowser());
mailTest(sendMethods[6]);
}

Expand Down

0 comments on commit a22f498

Please sign in to comment.