Changeset 988 for vendor/current/testprogs/win32
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- Location:
- vendor/current/testprogs/win32
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/testprogs/win32/spoolss/README.win32
r740 r988 36 36 [samba3] will skip some tests samba servers are known 37 37 not to have implemented 38 [architecture=X] allows to define a specific38 [architecture=X] allows one to define a specific 39 39 architecture to test with. choose between: 40 40 "Windows NT x86" or "Windows x64" -
vendor/current/testprogs/win32/spoolss/testspoolss.c
r740 r988 1056 1056 ret &= test_DeviceModes(tctx, printername, handle); 1057 1057 #if 0 1058 /* don t run these at the moment, behaviour is PrinterData API calls (not1058 /* don't run these at the moment, behaviour is PrinterData API calls (not 1059 1059 * dcerpc calls) is almost unpredictable - gd */ 1060 1060 ret &= test_PrinterData(tctx, printername, handle); … … 1766 1766 fprintf(stderr, "\t[samba3] will skip some tests samba servers are known\n"); 1767 1767 fprintf(stderr, "\t not to have implemented\n"); 1768 fprintf(stderr, "\t[architecture=X] allows to define a specific\n");1768 fprintf(stderr, "\t[architecture=X] allows one to define a specific\n"); 1769 1769 fprintf(stderr, "\t architecture to test with. choose between:\n"); 1770 1770 fprintf(stderr, "\t \"Windows NT x86\" or \"Windows x64\"\n");
Note:
See TracChangeset
for help on using the changeset viewer.