Sri Lanka ‘A’ managed to end the 2nd and last Unofficial Test against the visiting Ireland ‘A’ team on a high courtesy a couple of valiant knocks from Pathum Nissanka and Chamika Karunaratne today at the Mahinda Rajapaksha International Cricket Stadium in Hambantota.
Ireland ‘A’ smell rare victory over Sri Lanka ‘A’
The visiting Ireland ‘A’ side just continued to extent their dominance over Sri Lanka ‘A’…
Opening batsman Pathum Nissanka and Kamindu Mendis resumed Sri Lanka’s 2nd innings today, still 25 runs behind the tourists on 180/4. Providing Sri Lanka with the ideal start for the day, the two young stars batted on for 25.2 more overs taking Sri Lanka to the lead.
Pathum Nissanka started off the day by getting to his 6th first-class century. Kamindu Mendis on the other hand went on to score a half-century before he became the 1st victim of Mark Adair’s double strike.
The Nissanka-Mendis 5th wicket stand was worth 154 runs and literally saved Sri Lanka from a shameful defeat. The 2nd victim of Adair’s double strike was Sammu Ashan, who batted extremely well in the 1st innings.
When Chamika Karunaratne joined Nissanka following Ashan’s dismissal for 14 runs, Sri Lanka were leading by just 110 runs. With two entire sessions left in the day Ireland were still in the game with an outside chance. But, even the slightest chances of an Irish victory were just thrown away by the two right-handers, Pathum Nissanka and Chamika Karunaratne.
The duo added 102 runs for the 7th wicket in the space of just 20.4 overs. Pathum Nissanka went on to score his second first-class double century of the season during the tremendous partnership. His memorable knock unfortunately came to an end when Jonathan Garth dismissed him for 217 runs. Nissanka had faced 274 deliveries with 28 boundaries.
Following Nissanka’s dismissal, Chamika took the lead and smashed the Irish bowlers to all parts of the ground as he reached his maiden first-class century. His century came in 106 deliveries with 11 fours and 2 maximums. As soon as he reached his 100, Sri Lanka ‘A’ skipper Ashan Priyanjan decided to declare the innings.
Sri Lanka declared their innings on 468/7 setting a 264-run target for the visitors. With 20 odd overs remaining in the day, Sri Lanka started off their defense superbly as left-arm spinner Lasith Embuldeniya dismissed James Shannon in the 2nd delivery of the innings.
James McCollum on the other end continued his good form scoring quickly. Anyway Sri Lanka managed to take the 2nd wicket as Ashan Priyanjan dismissed Stephen Dohenny in the 4th over, when Ireland were on 27.
Embuldeniya struck soon in the very next over by dismissing Irish captain, Harry Tector for a duck. The Sri Lankans were well in the game with a good chance of recording a coming from behind victory with Ireland struggling at 28/3 in the 5th over.
The game was finally brought to an end as McCollum and Locran Tucker batted through the remaining overs cautiously. Ireland ended the day on 89/3 in 24 overs with McCollum and Tucker unbeaten on 45 and 22.
With the last day heroics, Sri Lanka ‘A’ succeeded in denying Ireland a rare victory. The 2-match series ended 1-0 with Sri Lanka emerging as winners.
Ireland ‘A’ will now meet the Sri Lanka ‘A’ line-up led by Upul Tharanga on the 19th of this months for the 1st Unofficial ODI at the same venue.
// var socket=io('http://localhost:8080'); var socket=io('http://202.124.184.250:8080');
jQuery( document ).ready(function() { console.log( "ready" ); var prev_bat_team = 0;
socket.on('message',function (message) { message = JSON.parse(message); console.log(message); if( message.data.cric.commentary){ jQuery('#cmt_wrap').prepend('
'+message.data.cric.commentary.event+'
'+message.data.cric.commentary.comment+'
'); } if(message.data.cric.match){ console.log(message.data.cric.match.teams_1_inn2_r[0]); function ove(balls) { var overs = 0; if(balls %6 == 0){ overs = balls/6; }else{ overs = parseInt(balls/6)+"."+(+balls - +parseInt(balls/6)*6); } console.log(overs); return overs; }
if(!message.data.cric.match.teams_1_inn2_r[0]){
jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['balls'])+" overs)"); }else { jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']+" & "+message.data.cric.match.teams_1_inn2_r[0]['score']+" / "+message.data.cric.match.teams_1_inn2_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['balls'])+" overs)"); } if(!message.data.cric.match.teams_2_inn2_r[0]){
jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['balls'])+" overs)"); }else { jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']+" & "+message.data.cric.match.teams_2_inn2_r[0]['score']+" / "+message.data.cric.match.teams_2_inn2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['balls'])+" overs)"); }
if(message.data.cric.match.teams_1_r[0]['extras']!=null){ jQuery('#extras_1_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['extras'])); } if(message.data.cric.match.teams_2_r[0]['extras']!=null){ jQuery('#extras_2_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['extras'])); } if(message.data.cric.match.teams_1_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_1_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['extras'])); } if(message.data.cric.match.teams_2_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_2_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['extras'])); }
//extras_1_r_2_ // if(prev_bat_team != message.data.cric.team_id){ jQuery('#widget_wrapper').load(document.URL + ' #widget_wrapper'); // } // prev_bat_team = message.data.cric.team_id // }
}); });
Full Scorecard
Ireland A
508/8 & 89/3
(24 overs)
Result
Sri Lanka A
303/10 & 468/7
(105.1 overs)
match drawn
Ireland A’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
JNK Shannon | c M Sarathchandra b C Karunarathne | 13 | 13 | |||
JA McCollum | c K Mendis b M Shiraz | 72 | 105 | |||
S Doheny | c M Sarathchandra b C Karunarathne | 58 | 103 | |||
H Tector | c C Karunarathne b L Embuldeniya | 8 | 18 | |||
L Tucker | lbw by A Priyanjan | 80 | 171 | |||
N Rock | c P Nissanka b L Embuldeniya | 85 | 198 | |||
MR Adair | c T Kaushal b C Karunarathne | 32 | 38 | |||
JJ Garth | c S Ashan b L Embuldeniya | 45 | 85 | |||
J Cameron-Dow | not out | 76 | 95 | |||
J Little | not out | 11 | 11 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Chamika Karunarathne | 25 | 1 | 99 | 3 | 3.96 |
Mohamed Shiraz | 25 | 1 | 88 | 1 | 3.52 |
Lasith Embuldeniya | 43 | 10 | 142 | 3 | 3.30 |
Tharindu Kaushal | 20 | 1 | 85 | 0 | 4.25 |
Kamindu Mendis | 7 | 0 | 38 | 0 | 5.43 |
Ashan Priyanjan | 14 | 2 | 25 | 1 | 1.79 |
Angelo Perera | 1 | 0 | 2 | 0 | 2.00 |
Shammu Ashan | 3 | 0 | 14 | 0 | 4.67 |
Sri Lanka A’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Pathum Nissanka | c Tucker b Young | 4 | 11 | |||
Avishka Fernando | c Adair b Young | 13 | 18 | |||
Ashan Priyanjan | c Young b Garth | 27 | 50 | |||
Angelo Perera | c Tucker b Young | 127 | 161 | |||
Kamindu Mendis | c Shannon b Cameron-Dow | 17 | 16 | |||
Sammu Ashan | c Young b Cameron-Dow | 72 | 118 | |||
Manoj Sarathchandra | c Hector b Garth | 9 | 22 | |||
Chamika Karunarathne | c Adair b Cameron-Dow | 13 | 20 | |||
Tharindu Kaushal | c Hector b Cameron-Dow | 0 | 3 | |||
Mohomed Shiraz | lbw by Cameron-Dow | 9 | 24 | |||
Lasith Embuldeniya | not out | 0 | 3 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
CA Young | 15 | 2 | 76 | 3 | 5.07 |
Joshua Little | 10 | 2 | 44 | 0 | 4.40 |
Mark Adair | 11 | 1 | 25 | 0 | 2.27 |
James Cameron-Dow | 25.2 | 1 | 99 | 5 | 3.93 |
Jonathan Garth | 12 | 1 | 55 | 2 | 4.58 |
Sri Lanka A’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Pathum Nissanka | c Rock b Garth | 217 | 274 | |||
Avishka Fernando | c Tucker b Little | 15 | 14 | |||
Manoj Sarathchandra | lbw by Garth | 28 | 47 | |||
Ashan Priyanjan | c Garth b Cameron-Dow | 7 | 27 | |||
Angelo Perera | lbw by Garth | 19 | 25 | |||
Kamindu Mendis | c Young b Adair | 53 | 106 | |||
Shammu Ashan | c & b Adair | 14 | 18 | |||
Chamika Karunarathne | not out | 100 | 106 | |||
Tharindu Kaushal | not out | 6 | 19 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Joshua Little | 11 | 0 | 49 | 1 | 4.45 |
Mark Adair | 18 | 1 | 65 | 2 | 3.61 |
James Cameron-Dow | 24 | 1 | 115 | 1 | 4.79 |
CA Young | 11 | 0 | 57 | 0 | 5.18 |
Jonathan Garth | 33.1 | 1 | 140 | 3 | 4.23 |
Harry Tector | 4 | 0 | 11 | 0 | 2.75 |
S Doheny | 2 | 0 | 10 | 0 | 5.00 |
JA McCollum | 2 | 0 | 18 | 0 | 9.00 |
Ireland A’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
JNK Shannon | lbw by L Embuldeniya | 0 | 2 | |||
JA McCollum | not out | 45 | 65 | |||
S Doheny | c K Mendis b A Priyanjan | 18 | 12 | |||
H Tector | c P Nissanka b L Embuldeniya | 0 | 6 | |||
L Tucker | not out | 22 | 60 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Lasith Embuldeniya | 10 | 1 | 37 | 2 | 3.70 |
Mohamed Shiraz | 1 | 0 | 9 | 0 | 9.00 |
Ashan Priyanjan | 4 | 1 | 5 | 1 | 1.25 |
Tharindu Kaushal | 6 | 0 | 17 | 0 | 2.83 |
Kamindu Mendis | 2 | 0 | 9 | 0 | 4.50 |
Angelo Perera | 1 | 0 | 9 | 0 | 9.00 |