Skip to content

Commit

Permalink
add test for issue #485 (rewrite text attribute as string)
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Nov 11, 2015
1 parent e211166 commit 69b6bd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/tst_atts.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ def setUp(self):
v1.floatatt = FLOATATT
v1.seqatt = SEQATT
v1.stringseqatt = STRINGSEQATT
# issue 485
f.foo = NP.array('bar','S')
f.foo = NP.array('bar','U')
f.close()

def tearDown(self):
Expand Down

0 comments on commit 69b6bd1

Please sign in to comment.