Minor fix (digest live test case) and some refactoring

This commit is contained in:
Miroslav Stampar
2013-03-12 21:16:44 +01:00
parent 65306f1ac1
commit 2f43c3eb9b
3 changed files with 14 additions and 7 deletions

View File

@@ -308,3 +308,8 @@ PART_RUN_CONTENT_TYPES = {
class CONTENT_STATUS:
IN_PROGRESS = 0
COMPLETE = 1
class AUTH_TYPE:
BASIC = "basic"
DIGEST = "digest"
NTLM = "ntlm"