The 3-day tour match played with a pink ball at the Blundstone Arena ended in a draw with a below par performance by the touring Sri Lankans. The tourists were reeling on 131/6 in their 2nd innings when the game was stopped.
Starting the final day’s play 239 runs ahead of the Sri Lankans, Australians Marnus Labuschagne and Kurtis Paterson went on to add 35 more runs before Labuschagne was dismissed for 50 by Lahiru Kumara. It was Lahiru Kumara’s first wicket of the tour as he didn’t bowl in the 1st innings of the game. The 50 scored by Lanuschagne, was also a much needed boost to him after a poor outing in the 1st innings.
Sri Lanka fall behind in tour game
The second day’s play of the 3-day tour match between the Australia XI..
Will Pucovski, who then came to bat remained unbeaten on 33 when the hosts declared their innings on 224/3. Patterson on the other hand went on to score his 2nd century of the match as he steered along Pucovski, who is named in the 13-man Australia squad for the 1st Test, for an unbeaten 4th wicket stand of 90.
Bulk of the bowling for Sri Lanka on day 3 was done by Lahiru Kumara and Lakshan Sandakan who ended with economy rates above 3 in the 14 overs they bowled apiece. A total of 9 bowlers were tried out by the Sri Lanka including the slow medium pace bowlers, Lahiru Thirimanne and Dimuth Karunaratne.
The Sri Lankan 2nd innings was just another failure as no one managed to go past the 50-run mark. Lahiru Thirimanne’s unbeaten innings was the only positive as he batted through the 51 overs Sri Lanka faced, remaining unbeaten on 46. Roshen Silva also fought hard for his 64-ball boundary-less 23 runs before he retired from batting in the innings.
Hazlewood ruled out of Sri Lanka Tests due to back injury
Josh Hazlewood, the Australian fast bowler, was ruled out of the upcoming..
Niroshan Dickwella batted at number 3 instead of Dinesh Chandimal, who didn’t walk out to bat in the 2nd innings, and scored 19 runs with boundaries while Dhananjaya de Silva, Kusal Perera and Sadeera Samarawickrama failed to cross the 10-run mark as they were surprisingly dismissed to left-arm spinner Jon Holland, who went to take 4 wickets. Ever-reliable opener, Dimuth Karunaratne made just 2 runs in the 2nd innings to follow his 44 runs, which he made in the 1st innings.
Uncapped batsman Kurtis Patterson was named Man of the Match for his twin centuries while none of the Sri Lankans came with a significant performance throughout the 3 days.
The 1st Test between Sri Lanka and Australia will kick-start on the 24th of this month at the Gabba in Brisbane as a day/night encounter.
Read: CA offer free Test tickets to BBL fans affected by power outage
// 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
Australia Board XI
316/5 & 224/3
(59 overs)
Result
Sri Lanka
176/5 & 131/6
(51 overs)
Match Drawn
Australia Board XI’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Matt Renshaw | c D Karunarathne b D Chameera | 7 | 35 | |||
Joe Burns | c D De Silva b K Rajitha | 4 | 13 | |||
Marnus Labuschagne | b D Chameera | 6 | 10 | |||
Kurtis Patterson | not out | 157 | 212 | |||
Will Pucovski | c K Rajitha b D Chameera | 23 | 54 | |||
Jason Sangha | c D Chameera b K Rajitha | 3 | 9 | |||
Jake Doran | not out | 102 | 129 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Nuwan Pradeep | 2 | 0 | 6 | 0 | 3.00 |
Kasun Rajitha | 17 | 2 | 71 | 2 | 4.18 |
Dushmantha Chameera | 16 | 3 | 57 | 3 | 3.56 |
Suranga Lakmal | 13 | 2 | 43 | 0 | 3.31 |
Dilruwan Perera | 12 | 1 | 54 | 0 | 4.50 |
Dhananjaya de Silva | 5 | 1 | 13 | 0 | 2.60 |
Lakshan Sandakan | 10 | 0 | 70 | 0 | 7.00 |
Sri Lanka’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dimuth Karunarathne | lbw by S Boland | 44 | 92 | |||
Lahiru Thirimanne | c & b C Tremain | 32 | 109 | |||
Dinesh Chandimal | c K Patterson b M Labuschagne | 32 | 80 | |||
Sadeera Samarawickrama | c K Patterson b S Boland | 11 | 24 | |||
Roshen Silva | not out | 36 | 91 | |||
Dhananjaya de Silva | c M Renshaw b M Labuschagne | 14 | 42 | |||
Niroshan Dickwella | not out | 4 | 12 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Chris Tremain | 18 | 2 | 32 | 1 | 1.78 |
Michael Nesser | 16 | 2 | 41 | 0 | 2.56 |
Scott Boland | 16 | 5 | 37 | 2 | 2.31 |
Jon Holland | 15 | 1 | 35 | 0 | 2.33 |
Marnus Labuschagne | 9 | 0 | 27 | 2 | 3.00 |
Jason Sangha | 1 | 0 | 1 | 0 | 1.00 |
Australia Board XI’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Matt Renshaw | lbw by K Rajitha | 10 | 29 | |||
Joe Burns | c D De Silva b D Chameera | 22 | 18 | |||
Marnus Labuschagne | c D De Silva b L Kumara | 50 | 101 | |||
Kurtis Patterson | not out | 102 | 136 | |||
Will Pucovski | not out | 33 | 70 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Lahiru Kumara | 14 | 2 | 48 | 1 | 3.43 |
Dushmantha Chameera | 4 | 0 | 28 | 1 | 7.00 |
Dimuth Karunarathne | 3 | 1 | 8 | 0 | 2.67 |
Kasun Rajitha | 3 | 0 | 9 | 1 | 3.00 |
Lahiru Thirimanne | 3 | 0 | 8 | 0 | 2.67 |
Lakshan Sandakan | 14 | 1 | 53 | 0 | 3.79 |
Suranga Lakmal | 6 | 3 | 16 | 0 | 2.67 |
Dilruwan Perera | 8 | 0 | 26 | 0 | 3.25 |
Dhananjaya de Silva | 4 | 0 | 22 | 0 | 5.50 |
Sri Lanka’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dimuth Karunarathne | lbw by M Neser | 3 | 16 | |||
Lahiru Thirimanne | not out | 46 | 121 | |||
Niroshan Dickwella | c J Burns b M Neser | 19 | 23 | |||
Dhananjaya de Silva | b J Holland | 2 | 9 | |||
Kusal Janith | b J Holland | 3 | 12 | |||
Dilruwan Perera | lbw by J Holland | 14 | 28 | |||
Sadeera Samarawickrama | b J Holland | 6 | 20 | |||
Roshen Silva | not out | 23 | 64 | |||
Suranga Lakmal | not out | 7 | 14 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Chris Tremain | 9 | 1 | 32 | 0 | 3.56 |
Michael Nesser | 5 | 2 | 8 | 2 | 1.60 |
Jon Holland | 15 | 2 | 28 | 4 | 1.87 |
Scott Boland | 11 | 4 | 28 | 0 | 2.55 |
Marnus Labuschagne | 9 | 1 | 26 | 0 | 2.89 |
Jason Sangha | 2 | 0 | 2 | 0 | 1.00 |