Subversion Repositories SmartDukaan

Rev

Rev 10450 | Rev 13862 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10450 Rev 11266
Line 686... Line 686...
686
		nameValuePairs.add(new BasicNameValuePair("username",
686
		nameValuePairs.add(new BasicNameValuePair("username",
687
		"saholic-snapdeal@saholic.com"));
687
		"saholic-snapdeal@saholic.com"));
688
		//nameValuePairs.add(new BasicNameValuePair("password",
688
		//nameValuePairs.add(new BasicNameValuePair("password",
689
		//"sonline"));
689
		//"sonline"));
690
		nameValuePairs.add(new BasicNameValuePair("password",
690
		nameValuePairs.add(new BasicNameValuePair("password",
691
		"bc452ce4"));
691
		"snapsaholic"));
692
		nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
692
		nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
693
		nameValuePairs.add(new BasicNameValuePair("execution",ex));
693
		nameValuePairs.add(new BasicNameValuePair("execution",ex));
694
		nameValuePairs.add(new BasicNameValuePair("lt",lt));
694
		nameValuePairs.add(new BasicNameValuePair("lt",lt));
695
		nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
695
		nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
696
		post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
696
		post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));