Preserve trailing space in test_easyaccess.py output

main
Miloš Komarčević 5 years ago
parent 5e92d5e078
commit ae3cda2dc8

@ -16,40 +16,40 @@ class EasyaccessTest(metaclass=system_tests.CaseMeta):
"""File 1/1: $filename """File 1/1: $filename
Set Exif.Image.Make "Samsung" (Ascii) Set Exif.Image.Make "Samsung" (Ascii)
""", """,
"""Orientation ( ) : """Orientation ( ) :
ISO speed ( ) : ISO speed ( ) :
Date & time original ( ) : Date & time original ( ) :
Flash bias ( ) : Flash bias ( ) :
Exposure mode ( ) : Exposure mode ( ) :
Scene mode ( ) : Scene mode ( ) :
Macro mode ( ) : Macro mode ( ) :
Image quality ( ) : Image quality ( ) :
White balance ( ) : White balance ( ) :
Lens name ( ) : Lens name ( ) :
Saturation ( ) : Saturation ( ) :
Sharpness ( ) : Sharpness ( ) :
Contrast ( ) : Contrast ( ) :
Scene capture type ( ) : Scene capture type ( ) :
Metering mode ( ) : Metering mode ( ) :
Camera make (Exif.Image.Make ) : Samsung Camera make (Exif.Image.Make ) : Samsung
Camera model ( ) : Camera model ( ) :
Exposure time ( ) : Exposure time ( ) :
FNumber ( ) : FNumber ( ) :
Shutter speed value ( ) : Shutter speed value ( ) :
Aperture value ( ) : Aperture value ( ) :
Brightness value ( ) : Brightness value ( ) :
Exposure bias ( ) : Exposure bias ( ) :
Max aperture value ( ) : Max aperture value ( ) :
Subject distance ( ) : Subject distance ( ) :
Light source ( ) : Light source ( ) :
Flash ( ) : Flash ( ) :
Camera serial number ( ) : Camera serial number ( ) :
Focal length ( ) : Focal length ( ) :
Subject location/area ( ) : Subject location/area ( ) :
Flash energy ( ) : Flash energy ( ) :
Exposure index ( ) : Exposure index ( ) :
Sensing method ( ) : Sensing method ( ) :
AF point ( ) : AF point ( ) :
""" """
] ]
stderr = [""] * 2 stderr = [""] * 2

Loading…
Cancel
Save