<div dir="ltr"><div class="gmail_default" style="font-size:small">I understand where you are coming from not wanting to create a new module just for 1 test</div><div class="gmail_default" style="font-size:small">but I also prefer not mixing such unrelated code in with existing modules just to avoid it.  I think a <br></div><div class="gmail_default" style="font-size:small">new module would be good here.   It makes it very clear these are different.  It does not mix specifying</div><div class="gmail_default" style="font-size:small">jboss-servlet-api_3.1_spec with code that does not require it.  And over time there may be the need to add more tests for these.   I vote new module.<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Oct 16, 2018 at 1:56 PM Ron Sigal &lt;<a href="mailto:rsigal@redhat.com">rsigal@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">For RESTEASY-2041 &quot;Refactor scopes for Servlet API jar&quot; I want to write <br>
tests that use netty and undertow, but I&#39;m not sure where to put them. <br>
They clearly don&#39;t go in testsuite/integration-tests, and it&#39;s not clear <br>
that they go in testsuite/unit-tests, which doesn&#39;t reference <br>
resteasy-netty, resteasy-netty4, or resteasy-undertow. Seems a little <br>
crazy to create a new module just for one test.<br>
<br>
And they can&#39;t go in resteasy-netty, resteasy-netty4, or <br>
resteasy-undertow, because the point of the tests is to check that each <br>
of them &quot;exports&quot; jboss-servlet-api_3.1_spec to other modules.<br>
<br>
I&#39;m leaning towards testsuite/unit-tests.<br>
<br>
Any thoughts?<br>
<br>
-- <br>
My company&#39;s smarter than your company (unless you work for Red Hat)<br>
<br>
_______________________________________________<br>
resteasy-dev mailing list<br>
<a href="mailto:resteasy-dev@lists.jboss.org" target="_blank">resteasy-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/resteasy-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/resteasy-dev</a><br>
</blockquote></div>