Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
uncpath should be null for default test environment
  • Loading branch information
chenson42 committed Jul 31, 2015
1 parent 54988df commit 6feda86
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -46,7 +46,7 @@ public class MsSqlBulkDatabaseWriterTest extends AbstractBulkDatabaseWriterTest

protected static IStagingManager stagingManager;

protected static final String uncPath = "\\\\192.168.42.121\\bulkloaddir";
protected static final String uncPath = null;

@BeforeClass
public static void setup() throws Exception {
Expand Down

0 comments on commit 6feda86

Please sign in to comment.