diff options
author | Matthew Booth <mbooth@redhat.com> | 2012-01-19 16:43:20 +0000 |
---|---|---|
committer | Matthew Booth <mbooth@redhat.com> | 2012-01-20 18:42:40 +0000 |
commit | 02ccef7684b0e0ec7c0e9435393f24b0c6b417f4 (patch) | |
tree | 14e6c0529769a6687dcbde3b4e736e4038241b01 /bindtests | |
parent | e99a6a84834d924095a873514a159304091f2b1f (diff) | |
download | libguestfs-02ccef7684b0e0ec7c0e9435393f24b0c6b417f4.tar.gz libguestfs-02ccef7684b0e0ec7c0e9435393f24b0c6b417f4.tar.xz libguestfs-02ccef7684b0e0ec7c0e9435393f24b0c6b417f4.zip |
bindtests: Test optargs in test0
Note that this change disables compiling and running the haskell bindtests. The
haskell bindings do not implement optargs, and adding optargs to test0 causes
that method not to be bound in the haskell bindings. This prevents the haskell
bindtests from compiling. These should be re-enabled when optargs are
implemented.
Diffstat (limited to 'bindtests')
-rw-r--r-- | bindtests | 52 |
1 files changed, 52 insertions, 0 deletions
@@ -7,6 +7,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: true +oint: 1 +oint64: unset +ostring: unset abc null [] @@ -16,6 +20,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: 1 +ostring: string def [] @@ -25,6 +33,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: false +oint: unset +oint64: unset +ostring: unset [] @@ -34,6 +46,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: unset +ostring: unset abc def ["1"] @@ -43,6 +59,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: unset +ostring: unset abc def ["1", "2"] @@ -52,6 +72,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: unset +ostring: unset abc def ["1"] @@ -61,6 +85,10 @@ true 123 456 <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: unset +ostring: unset abc def ["1"] @@ -70,6 +98,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: unset +ostring: unset abc def ["1"] @@ -79,6 +111,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: unset +ostring: unset abc def ["1"] @@ -88,6 +124,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: unset +ostring: unset abc def ["1"] @@ -97,6 +137,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: unset +ostring: unset abc def ["1"] @@ -106,6 +150,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: unset +ostring: unset abc def ["1"] @@ -115,4 +163,8 @@ false <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: unset +ostring: unset EOF |