This will help when we add a new join test based on this code
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-from samba.tests import TestCase
+from samba.tests import TestCaseInTempDir
from samba.dcerpc import dns, dnsp
from samba import gensec, tests
from samba import credentials
import uuid
import time
-class DNSTest(TestCase):
+class DNSTest(TestCaseInTempDir):
def setUp(self):
super(DNSTest, self).setUp()