[sword-cvs] sword/tests/cppunit url_test.cpp,1.3,1.4

sword at www.crosswire.org sword at www.crosswire.org
Tue Jul 20 12:06:44 MST 2004


Committed by: scribe

Update of /cvs/core/sword/tests/cppunit
In directory www:/tmp/cvs-serv29924/tests/cppunit

Modified Files:
	url_test.cpp 
Log Message:
Debugging why this doesn't work:
http://www.crosswire.org?arg=val&yo=we&stuff=bla
but this does:
http://www.crosswire.org/yo.jsp?arg=val&yo=we&stuff=bla



Index: url_test.cpp
===================================================================
RCS file: /cvs/core/sword/tests/cppunit/url_test.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- url_test.cpp	20 Jul 2004 09:29:22 -0000	1.3
+++ url_test.cpp	20 Jul 2004 19:06:41 -0000	1.4
@@ -81,7 +81,7 @@
 		CPPUNIT_ASSERT( !strcmp(m_url2->getParamterValue("user"), "foo") );
 		CPPUNIT_ASSERT( !strcmp(m_url2->getParamterValue("name"), "foo bar") );
 		
-		CPPUNIT_ASSERT( m_url3->getParamterValue("page") && strlen(m_url3->getParamterValue("page")) == 0 );
+		CPPUNIT_ASSERT( m_url3->getParameterValue("page") && strlen(m_url3->getParameterValue("page")) == 0 );
 	}	
 
 	void testEncode() {	



More information about the sword-cvs mailing list