Skip to content

Commit

Permalink
Added test method annotation for the clone() method
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jun 23, 2010
1 parent 19b21a3 commit cabd95f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/signature/Orbit.java
Expand Up @@ -77,6 +77,7 @@ public Iterator<Integer> iterator() {
/* (non-Javadoc)
* @see java.lang.Object#clone()
*/
@TestMethod("testClone")
public Object clone() {
Orbit o = new Orbit(this.label, this.height);
for (Integer i : this.atomIndices) {
Expand Down

0 comments on commit cabd95f

Please sign in to comment.