Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yasassri committed Apr 19, 2016
1 parent 69e840e commit 5e8cf35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Below an example of how to use this parser.
URL url = cl.getResource("com/tupilabs/testng/parser/testng-results.xml");
File file = new File(url.getFile());

Suite suite = null;
List<Suite> suites = null;
try {
suite = this.parser.parse(file);
suites = this.parser.parse(file);
} catch (ParserException e) {
fail("Failed to parse testng file '" + file + "': " + e.getMessage());
}
Expand All @@ -43,4 +43,4 @@ This project is licensed under MIT License.

## Contributing

Fork it, send pull requests or drop us a message :-)
Fork it, send pull requests or drop us a message :-)

0 comments on commit 5e8cf35

Please sign in to comment.