VirtualBox

Changeset 84738 in vbox


Ignore:
Timestamp:
Jun 9, 2020 1:30:48 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138528
Message:

Validation Kit/tdAddGuestCtrl.py: More Windows-specific tweaking wrt long arguments testing [build fix].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r84736 r84738  
    29842984                # Append a random number of arguments with random length.
    29852985                for _ in xrange(0, self.oTestFiles.oRandom.randrange(1, 64)):
    2986                     asArgs.append(''.join(random.choice(string.lowercase)
     2986                    asArgs.append(''.join(random.choice(string.ascii_lowercase)
    29872987                                          for _ in range(self.oTestFiles.oRandom.randrange(1, 255))));
    29882988
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette