Browse Source

Rename file serve_mixin_test.py to socketserver_mixin_test.py

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac352@3365 e5f2f494-b856-4b98-b285-d166d9295462
Likun Zhang 14 years ago
parent
commit
b8e19b7d9b

+ 1 - 1
src/lib/python/isc/utils/tests/Makefile.am

@@ -1,4 +1,4 @@
-PYTESTS = process_test.py serve_mixin_test.py
+PYTESTS = process_test.py socketserver_mixin_test.py
 EXTRA_DIST = $(PYTESTS)
 
 # later will have configure option to choose this, like: coverage run --branch

src/lib/python/isc/utils/tests/serve_mixin_test.py → src/lib/python/isc/utils/tests/socketserver_mixin_test.py