springuser2014 / wro4j

Automatically exported from code.google.com/p/wro4j
0 stars 0 forks source link

Resource comparison test - refactoring #134

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. There a lot of tests which manually specify the input file and output file, 
for each file there is a separate test.

What is the expected output? What do you see instead?
This should be refactor to allow more automate solution, like:
- compare all files from a folder with other files having same name from 
another folder.
- compare all files from the same folder using some sort of pattern for 
input-output distinction.
This way more tests can be added without writing a single line of java code.

Original issue reported on code.google.com by alex.obj...@gmail.com on 26 Oct 2010 at 8:20

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 27 Oct 2010 at 3:08