[aravis] tests: tweak pixel-format test and rename it to enum-test.



commit 912a12d9eeface780c70b9e75f2c9445b0ab57a8
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Wed Mar 7 12:14:02 2012 +0100

    tests: tweak pixel-format test and rename it to enum-test.

 .../{arv-pixel-format-test.py => arv-enum-test.py} |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/tests/python/arv-pixel-format-test.py b/tests/python/arv-enum-test.py
similarity index 85%
rename from tests/python/arv-pixel-format-test.py
rename to tests/python/arv-enum-test.py
index 0196748..5acd7db 100644
--- a/tests/python/arv-pixel-format-test.py
+++ b/tests/python/arv-enum-test.py
@@ -2,7 +2,7 @@
 
 # Aravis - Digital camera library
 #
-# Copyright (c) 2011 Emmanuel Pacaud
+# Copyright (c) 2011-2012 Emmanuel Pacaud
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -35,5 +35,13 @@ gi.require_version ('Aravis', '0.2')
 
 from gi.repository import Aravis
 
+print Aravis.Auto
 print Aravis.Auto.OFF
+print Aravis.BufferStatus
+print Aravis.DebugLevel
+print Aravis.DomNodeType
+print Aravis.GvStreamPacketResend
+print Aravis.GvspPacketType
+
+print Aravis.PixelFormat
 print Aravis.PixelFormat.MONO_8



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]