Subversion Repositories SmartDukaan

Rev

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

Rev 10565 Rev 11268
Line 142... Line 142...
142
		nameValuePairs.add(new BasicNameValuePair("username",
142
		nameValuePairs.add(new BasicNameValuePair("username",
143
		"saholic-snapdeal@saholic.com"));
143
		"saholic-snapdeal@saholic.com"));
144
		//nameValuePairs.add(new BasicNameValuePair("password",
144
		//nameValuePairs.add(new BasicNameValuePair("password",
145
		//"sonline"));
145
		//"sonline"));
146
		nameValuePairs.add(new BasicNameValuePair("password",
146
		nameValuePairs.add(new BasicNameValuePair("password",
147
		"bc452ce4"));
147
		"snapsaholic"));
148
		nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
148
		nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
149
		nameValuePairs.add(new BasicNameValuePair("execution",ex));
149
		nameValuePairs.add(new BasicNameValuePair("execution",ex));
150
		nameValuePairs.add(new BasicNameValuePair("lt",lt));
150
		nameValuePairs.add(new BasicNameValuePair("lt",lt));
151
		nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
151
		nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
152
		post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
152
		post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));