test.createNewFile();
}
lFilePath = test.getAbsolutePath();
System.out.println(lFilePath);
GSIAuthenticationInfo authenticationInfo
= new MyProxyAuthenticationInfo(myProxyUserName, myProxyPassword, "myproxy.teragrid.org",
7512, 17280000, certificateLocation);
ServerInfo serverInfo = new ServerInfo("ogce", "trestles.sdsc.edu");
PBSCluster pbsCluster = new PBSCluster(serverInfo, authenticationInfo, null);
List<String> strings = pbsCluster.listDirectory("/tmp");
org.junit.Assert.assertNotNull(strings);