diff --git a/shadowsocks/encrypt.py b/shadowsocks/encrypt.py index 22c091a..ba02101 100644 --- a/shadowsocks/encrypt.py +++ b/shadowsocks/encrypt.py @@ -199,5 +199,5 @@ def test_encrypt_all(): if __name__ == '__main__': - #test_encrypt_all() + test_encrypt_all() test_encryptor()