| | |
| | | |
| | | |
| | | /** |
| | | * Tests a simple invocation using the "--noop" option with a valid argument |
| | | * Tests a simple invocation using the "--dry-run" option with a valid argument |
| | | * set. |
| | | */ |
| | | @Test() |
| | |
| | | "-w", "password", |
| | | "-b", "", |
| | | "-s", "base", |
| | | "--noop", |
| | | "--dry-run", |
| | | "(objectClass=*)" |
| | | }; |
| | | |
| | |
| | | |
| | | |
| | | /** |
| | | * Tests a simple invocation using the "--noop" option with an invalid |
| | | * Tests a simple invocation using the "--dry-run" option with an invalid |
| | | * argument set. |
| | | */ |
| | | @Test() |
| | |
| | | "-w", "password", |
| | | "-b", "", |
| | | "-s", "invalid", |
| | | "--noop", |
| | | "--dry-run", |
| | | "(objectClass=*)" |
| | | }; |
| | | |