src/tests/pkg5unittest.py
changeset 2493 5db1603f0c3f
parent 2488 010931d9cabe
child 2499 683824f135a1
equal deleted inserted replaced
2492:41794fa860e3 2493:5db1603f0c3f
   125 
   125 
   126 from pkg.client.debugvalues import DebugValues
   126 from pkg.client.debugvalues import DebugValues
   127 
   127 
   128 # Version test suite is known to work with.
   128 # Version test suite is known to work with.
   129 PKG_CLIENT_NAME = "pkg"
   129 PKG_CLIENT_NAME = "pkg"
   130 CLIENT_API_VERSION = 64
   130 CLIENT_API_VERSION = 65
   131 
   131 
   132 ELIDABLE_ERRORS = [ TestSkippedException, depotcontroller.DepotStateException ]
   132 ELIDABLE_ERRORS = [ TestSkippedException, depotcontroller.DepotStateException ]
   133 
   133 
   134 class Pkg5CommonException(AssertionError):
   134 class Pkg5CommonException(AssertionError):
   135         def __init__(self, com = ""):
   135         def __init__(self, com = ""):