Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

Location:
vendor/current/testprogs/win32
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/testprogs/win32/spoolss/README.win32

    r740 r988  
    3636        [samba3]         will skip some tests samba servers are known
    3737                         not to have implemented
    38         [architecture=X] allows to define a specific
     38        [architecture=X] allows one to define a specific
    3939                         architecture to test with. choose between:
    4040                         "Windows NT x86" or "Windows x64"
  • vendor/current/testprogs/win32/spoolss/testspoolss.c

    r740 r988  
    10561056        ret &= test_DeviceModes(tctx, printername, handle);
    10571057#if 0
    1058         /* dont run these at the moment, behaviour is PrinterData API calls (not
     1058        /* don't run these at the moment, behaviour is PrinterData API calls (not
    10591059         * dcerpc calls) is almost unpredictable - gd */
    10601060        ret &= test_PrinterData(tctx, printername, handle);
     
    17661766                fprintf(stderr, "\t[samba3]         will skip some tests samba servers are known\n");
    17671767                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");
    17691769                fprintf(stderr, "\t                 architecture to test with. choose between:\n");
    17701770                fprintf(stderr, "\t                 \"Windows NT x86\" or \"Windows x64\"\n");
Note: See TracChangeset for help on using the changeset viewer.