kward       2002/12/04 22:52:19

  Modified:    java/scratchpad/admin test.scr
  Log:
  adding SSL support
  
  Revision  Changes    Path
  1.3       +12 -14    xml-xindice/java/scratchpad/admin/test.scr
  
  Index: test.scr
  ===================================================================
  RCS file: /home/cvs/xml-xindice/java/scratchpad/admin/test.scr,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- test.scr  9 Nov 2002 06:29:54 -0000       1.2
  +++ test.scr  5 Dec 2002 06:52:19 -0000       1.3
  @@ -3,19 +3,17 @@
   # Run this file at the Xindice > prompt by typing:
   # execute <path_to_this_file>/test.scr
   
  -# Test the dir list command
  -ls
  -
  -# Test the time command
  -time
  -
  -# Test the info command
  -info
  -
   # Test a series of collection operations
  +create test
   use test
  -add test.xml
  -list documents
  -list collections
  -create testcol
  -query Xpath \\
  +create testcol1
  +create testcol2
  +list col
  +use testcol1
  +create testcol3
  +list col
  +use /db/test
  +drop col testcol2
  +drop col testcol1
  +use /db
  +drop col test
  
  
  

Reply via email to