diff options
author | John Wiegley <johnw@newartisans.com> | 2012-11-19 14:27:44 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-11-19 14:27:44 -0800 |
commit | b74e257817c000d420b99f3e36697e37ab6c8a61 (patch) | |
tree | a92b4107277facc34b875d1790b67f632c0ee01b /test/regress/xact_code_py.test | |
parent | e77e9d692aea5a061f6fde144a56de085b1a74c4 (diff) | |
parent | 6a5d6a88cd626ee563b344657faec2ceb62b7f59 (diff) | |
download | ledger-b74e257817c000d420b99f3e36697e37ab6c8a61.tar.gz ledger-b74e257817c000d420b99f3e36697e37ab6c8a61.tar.bz2 ledger-b74e257817c000d420b99f3e36697e37ab6c8a61.zip |
Merge pull request #108 from afh/pull/python_xact_code
Fix crash when accessing the transaction code via post.xact.code using python
Diffstat (limited to 'test/regress/xact_code_py.test')
-rw-r--r-- | test/regress/xact_code_py.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/regress/xact_code_py.test b/test/regress/xact_code_py.test new file mode 100644 index 00000000..c22158e0 --- /dev/null +++ b/test/regress/xact_code_py.test @@ -0,0 +1,3 @@ +test python test/regress/xact_code.py +C0-d3 +end test |