diff --git a/tests/attribute_statement_data.py b/tests/attribute_statement_data.py new file mode 100644 index 0000000..ba53180 --- /dev/null +++ b/tests/attribute_statement_data.py @@ -0,0 +1,175 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +"""Testdata for attribute converters """ + +STATEMENT1 = """ + + + rohe0002@umu.se + + + a139b2116ad1dd7b91c129a32a242fcc5fd9e821 + + + Hedberg, Roland + + + rohe0002 + + + rohe0002 + + + Roland Hedberg + + + member + employee + staff + + + Umeå universitet + + + 901 87 + + + employee@umu.se + staff@umu.se + member@umu.se + + + Västra flygeln, plan 4 + + + IT-arkitekt + övrig/annan befattning + + + Ladokenheten + IT-enheten + + + Roland + + + Hedberg + +""" + + +STATEMENT2 = """ + + + demouser + + + others + + + SWITCHaai + + + Demouser + + + staff + + + http://example.org/res/99999 + http://publisher-xy.com/e-journals + + + demouser@example.org + + + 234567@example.org + + + example.org + +""" + +STATEMENT3 = """ + + + 1234567890 + + + staff + + + Hedberg + + + roland + + + Roland + +""" \ No newline at end of file