aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorTimothy Knight <tknight@google.com>2014-09-05 17:38:52 -0700
committerTimothy Knight <tknight@google.com>2014-09-06 22:17:24 +0000
commit0079aafa9af681be5835cafb46f6994b8556ed3d (patch)
treee2acdefc248a80181160261aac080c4d8eb36c7d /apps
parentcf454e96b0acbef60d2a4162bfd6e0c7c8a37c81 (diff)
downloadpdk-0079aafa9af681be5835cafb46f6994b8556ed3d.tar.gz
CameraITS: Fixed assertion for focus pos in test_3a
Change-Id: Id5f5e3ddd80c064b3276dbc4952fb7644aee46c8
Diffstat (limited to 'apps')
-rw-r--r--apps/CameraITS/tests/scene1/test_3a.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/CameraITS/tests/scene1/test_3a.py b/apps/CameraITS/tests/scene1/test_3a.py
index eaeab0b..d179883 100644
--- a/apps/CameraITS/tests/scene1/test_3a.py
+++ b/apps/CameraITS/tests/scene1/test_3a.py
@@ -29,7 +29,7 @@ def main():
assert(exp > 0)
assert(len(gains) == 4)
assert(len(xform) == 9)
- assert(focus > 0)
+ assert(focus >= 0)
if __name__ == '__main__':
main()