Merge branch 'master' of github.com:cbeust/testng
diff --git a/src/main/resources/testng-1.0.dtd b/src/main/resources/testng-1.0.dtd
index d863e82..3f153c5 100755
--- a/src/main/resources/testng-1.0.dtd
+++ b/src/main/resources/testng-1.0.dtd
@@ -196,7 +196,7 @@
     name CDATA #REQUIRED >
 
 <!-- The list of methods to include/exclude from this test                 -->
-<!ELEMENT methods (include?,exclude?)* >
+<!ELEMENT methods (include?,exclude?,parameter?)* >
 
 <!-- The list of listeners that will be passed to TestNG -->
 <!ELEMENT listeners (listener*) >