[sword-cvs] sword/tests installgrtest.cpp,NONE,1.1

sword@www.crosswire.org sword@www.crosswire.org
Sat, 1 Mar 2003 12:14:04 -0700


Update of /usr/local/cvsroot/sword/tests
In directory www:/tmp/cvs-serv16057

Added Files:
	installgrtest.cpp 
Log Message:

keep moving, nothing to see here ;)


--- NEW FILE: installgrtest.cpp ---
#include <swinstallmgr.h>
#include <iostream>

using namespace std;
using namespace sword;

int main(int argc, char **argv) {
	SWInstallMgr inst("ftp://ftp.crosswire.org/pub/sword/raw");
	inst.Refresh();

}