Subversion Repositories SmartDukaan

Rev

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

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