Opened 15 years ago
Closed 15 years ago
#15 closed defect (invalid)
methods on crypt_util should be symetric
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 0.8 |
Component: | Global | Keywords: | |
Cc: |
Description
test_unhex_str()=('t', 'e', 's', 't')
Should be = 'test'
Note: See
TracTickets for help on using
tickets.
The test was wrong (now fixed) in r1248