Skip to content

Commit

Permalink
Fixed @Testclass annotation to point to the correct class
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Oct 2, 2011
1 parent 8d3eed0 commit a7cbe48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/org/openscience/cdk/io/CMLWriter.java
Expand Up @@ -109,7 +109,7 @@
*
* @cdk.keyword file format, CML
*/
@TestClass("org.openscience.cdk.io.CMLWriterTest")
@TestClass("org.openscience.cdk.io.CML2WriterTest")
public class CMLWriter extends DefaultChemObjectWriter {

private OutputStream output;
Expand Down

0 comments on commit a7cbe48

Please sign in to comment.