equal
deleted
inserted
replaced
|
1 [CheckContentMime] |
|
2 OutputPath = C:\ |
|
3 SourceFileName = C:\tcaf\testdata\test.drm |
|
4 MimeType = application/testagent.drm |
|
5 LeaveResult = 0 |
|
6 CheckContentMime = ETrue |
|
7 ExpectedContentMime = text/plain |
|
8 |
|
9 [SupplyDrm] |
|
10 OutputPath = C:\ |
|
11 SourceFileName = C:\tcaf\testdata\test.drm |
|
12 SuggestedFileName = supplied.drm |
|
13 MimeType = application/testagent.drm |
|
14 LeaveResult = 0 |
|
15 |
|
16 |
|
17 [SupplyUnrecognized] |
|
18 OutputPath = C:\ |
|
19 SourceFileName = C:\tcaf\testdata\test.txt |
|
20 SuggestedFileName = failed.drm |
|
21 MimeType = text/plain |
|
22 LeaveResult = -17453 |
|
23 |
|
24 [SupplyDrmClientSpecifyOutFile] |
|
25 OutputPath = C:\ |
|
26 SourceFileName = C:\tcaf\testdata\test.drm |
|
27 SuggestedFileName = outputfile.drm |
|
28 MimeType = application/testagent.drm |
|
29 LeaveResult = 0 |
|
30 |
|
31 |
|
32 [CheckImport] |
|
33 URI1 = c:\supplied.drm |
|
34 URI2 = c:\tcaf\testdata\test.txt |
|
35 |
|
36 |
|
37 [CheckImport2] |
|
38 URI1 = c:\outputfile.drm |
|
39 URI2 = c:\tcaf\testdata\test.txt |
|
40 |