aboutsummaryrefslogtreecommitdiffstats
path: root/unittest
Commit message (Collapse)AuthorAgeFilesLines
* IPTC Short to string conversion.Olivier Tilloy2009-02-241-0/+10
|
* IPTC Undefined conversion.Olivier Tilloy2009-02-241-1/+7
|
* IPTC Time conversion.Olivier Tilloy2009-02-241-1/+18
|
* IPTC Date conversion.Olivier Tilloy2009-02-241-0/+14
|
* IPTC String conversion.Olivier Tilloy2009-02-241-0/+9
|
* IPTC Short conversion.Olivier Tilloy2009-02-243-0/+48
|
* 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-222-19/+110
| | | | Dates.
* Updated the copyright notice in the source headers.Olivier Tilloy2008-02-099-9/+9
|
* Added a test to the unit test for bug #183332.Olivier Tilloy2008-02-091-0/+21
|
* Added a test to the unit test for bug #183332.Olivier Tilloy2008-02-061-1/+19
|
* Added a unit test for bug #183332 (currently failing as the bug is not fixed ↵Olivier Tilloy2008-02-062-0/+65
| | | | yet).
* Added a unit test for bug #183618.Olivier Tilloy2008-02-013-0/+87
|
* Added a unit test for bug #175070.Olivier Tilloy2008-01-312-0/+79
|
* Added a unit test for bug #173387.Olivier Tilloy2008-01-314-0/+75
|
* Added forgotten file in previous commit.Olivier Tilloy2008-01-311-0/+0
|
* Added a unit test for bug #146313.Olivier Tilloy2008-01-302-0/+75
|
* Added some unit tests for basic functionalities. These tests will help spot ↵Olivier Tilloy2008-01-305-0/+250
regressions in the future.