aboutsummaryrefslogtreecommitdiffstats
path: root/unittest/xmp.py
Commit message (Collapse)AuthorAgeFilesLines
* More non implemented unit tests for completeness.Olivier Tilloy2009-04-081-0/+17
|
* EXIF Long and SLong two-ways conversions.Olivier Tilloy2009-02-261-2/+1
| | | Fixed some meaningless unit tests for integer conversions.
* IPTC Short conversion.Olivier Tilloy2009-02-241-0/+1
|
* XMP bag to string conversion + unit tests.Olivier Tilloy2009-02-061-1/+15
|
* XMP URI and URL to string conversion + unit tests.Olivier Tilloy2009-02-061-6/+24
|
* XMP ProperName to string conversion + unit tests.Olivier Tilloy2009-02-061-0/+18
|
* XMP LangAlt to string conversion + unit tests.Olivier Tilloy2009-02-061-4/+22
|
* XMP Date to string conversion + unit tests.Olivier Tilloy2009-02-051-0/+28
|
* XMP MIMEType to string conversion + unit tests.Olivier Tilloy2009-02-041-0/+9
|
* XMP Integer to string conversion + unit tests.Olivier Tilloy2009-02-041-0/+10
|
* Fixed an invalid Date conversion.Olivier Tilloy2009-02-041-2/+0
|
* XMP Text to string conversion + unit tests.Olivier Tilloy2009-01-281-1/+10
|
* Added some unit tests to the XMP date conversion.Olivier Tilloy2009-01-281-0/+5
|
* Raise exceptions when failing to convert to a python type.Olivier Tilloy2009-01-281-19/+15
| | | This should be handled client-side.
* XMP Boolean to string conversion + unit tests.Olivier Tilloy2009-01-271-0/+8
|
* XMP bag conversion + unit tests.Olivier Tilloy2009-01-271-0/+8
|
* XMP ProperName conversion + unit tests.Olivier Tilloy2009-01-271-3/+7
|
* XMP URL and URI conversion + unit tests.Olivier Tilloy2009-01-261-1/+18
|
* XMP Text conversion + unit tests.Olivier Tilloy2009-01-261-1/+13
|
* XMP LangAlt conversion + unit tests.Olivier Tilloy2009-01-261-0/+17
|
* Unit tests for XMP integer conversion.Olivier Tilloy2009-01-221-0/+12
|
* XMP MIMEType conversion + unit tests.Olivier Tilloy2009-01-221-0/+12
|
* Unit tests for the conversion of XMP tags, started fixing the conversion of ↵Olivier Tilloy2009-01-221-0/+91
Dates.