Skip to content

Commit

Permalink
Forgot a file
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeust committed Nov 11, 2010
1 parent eef8b45 commit 70077cd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/test/resources/testng-remote.xml
@@ -0,0 +1,12 @@
<!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd" >

<suite name="Remote" verbose="0">

<test name="RemoteTest">
<classes>
<class name="test.remote.RemoteSampleTest" />
</classes>
</test>

</suite>

0 comments on commit 70077cd

Please sign in to comment.