 /**
 * TestLink Open Source Project - http://testlink.sourceforge.net/
 * This script is distributed under the GNU General Public License 2 or later.
 *
 * Filename $RCSfile: README.TXT,v $
 *
 * @version $Revision: 1.2 $
 * @modified $Date: 2009/05/03 14:37:59 $ by $Author: franciscom $
 * @Author: francisco.mancardi@gmail.com
 *
 * rev: 
 */
restore-postgres.bat:  this bat will help you to restore postgres-testlinkAPI.sql backup
                       Remember that:
                       - you need to create DB before doing restore.
                       - you need may be to change user name
                       
                       
postgres-testlinkAPI.sql: Postgres PLAIN backup of a TL DB that can be used to test API Calls.
                          All php API samples must run without problems againts this DB.
                          Password for admin user: admin
              
testlink_sample.sql: MySQL TL sample DB            
                     Password for admin user: admin     
 