Project

General

Profile

« Previous | Next » 

Revision 1109

Added by Jing Tao over 22 years ago

Change the file path from aboslute to relative.

View differences:

junitnettests/edu/ucsb/nceas/metacatjunitnettests/MetaCatServletNetTest.java
362 362
                     +serialNumber+MetaCatUtil.getOption("accNumSeparator")+"1";
363 363
    MetaCatUtil.debugMessage("insert data file docid: "+name, 20);
364 364
    MetaCatUtil.debugMessage("insert data file ", 55);
365
    File hello = new File("/home/tao/xmltodb/junitnettests/edu/ucsb/nceas/"
365
    File hello = new File("junitnettests/edu/ucsb/nceas/"
366 366
                                      +"metacatjunitnettests/hello.txt");
367 367
   
368 368
    assert(insertDataFile(name, hello));

Also available in: Unified diff