From 76b1bf2c39d650697774b11c810f8df315170175 Mon Sep 17 00:00:00 2001 From: ibuler Date: Sun, 19 Apr 2015 18:39:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=84=9A=E6=9C=AC=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/AddUserAsset.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/AddUserAsset.py b/docs/AddUserAsset.py index f8faea53a..ec918f56b 100644 --- a/docs/AddUserAsset.py +++ b/docs/AddUserAsset.py @@ -128,12 +128,12 @@ def test_add_log(): if __name__ == '__main__': #install() - #test_add_dept() - #test_add_group() - #test_add_user() - #test_add_idc() - #test_add_asset_group() - #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()