File: test_pr_1688.py

package info (click to toggle)
exiv2 0.28.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 109,208 kB
  • sloc: cpp: 77,571; python: 9,474; javascript: 237; makefile: 190; sh: 172; ansic: 51; sed: 16
file content (12 lines) | stat: -rw-r--r-- 440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# -*- coding: utf-8 -*-
from system_tests import CaseMeta

class Canon_EF_100_400mm_F45_56_2x(metaclass=CaseMeta):

    filename = "$data_path/canon_ef_100_400mm_f4.5_5.6_2x_.exv"
    commands = ["$exiv2 -pa -g LensType $filename"]

    stdout = ["Exif.CanonCs.LensType                        Short       1  Tamron 100-400mm f/4.5-6.3 Di VC USD + 2x *OR* Canon EF 100-400mm f/4.5-5.6L IS II USM + 2x\n"]
    stderr = [""]
    retval = [0]