Skip to content

Commit

Permalink
tests #573
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jun 13, 2017
1 parent bbaf17e commit 79c22dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contributed_definitions/NXreflections.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<enumeration>
<item value="NXreflections" />
</enumeration>
<dimen></dimen>
</field>

<field name="experiments" minOccurs="1">
Expand Down
1 change: 1 addition & 0 deletions utils/test_nxdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def test_wrap(self):
# test body for each NXDL file test
with self.assertRaises(NXDL_Valid):
validate_xml(nxdl_file_name)
self.assertRaises(NXDL_Valid, validate_xml, nxdl_file_name)
return test_wrap


Expand Down

0 comments on commit 79c22dd

Please sign in to comment.