From 75f06f9b62d580fe3dc495e239377abb5ae0e7a5 Mon Sep 17 00:00:00 2001 From: halcyon <864072399@qq.com> Date: Wed, 11 Mar 2015 18:29:47 +0800 Subject: [PATCH] bugs --- docs/AddUserAsset.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/AddUserAsset.py b/docs/AddUserAsset.py index b1750caf6..81748de68 100644 --- a/docs/AddUserAsset.py +++ b/docs/AddUserAsset.py @@ -108,13 +108,13 @@ def test_add_log(): if __name__ == '__main__': - test_add_asset() - test_add_dept() - test_add_group() - test_add_user() - test_add_idc() - test_add_asset_group() - test_add_asset() + #test_add_asset() + #test_add_dept() + #test_add_group() + #test_add_user() + #test_add_idc() + #test_add_asset_group() + #test_add_asset() test_add_log()