AvsInfo verification doesn't work in the demo ?

Hello guy's , in my field of work we have a lot of fraud with credit card, so I want to test if the address matches with the card owner.

So I am calling the service about with the example that is present there :

https://developer.moneris.com/Documentation/NA/E-Commerce%20Solutions/E-Fraud/~/link.aspx?_id=050C5F85F49E40BDB8D46759B44A2206&_z=z

 

And in the example we got this :

AvsInfo avsCheck = new AvsInfo();
avsCheck.setAvsStreetNumber("5421222134");
avsCheck.setAvsStreetName("Payton Street Machine");
avsCheck.setAvsZipCode("M1M1M1");

 

Whatever I enter here, the transactions is always accepted, it's like the service is not validating the information in the avsCheck.

CardType = V
TransAmount = 0.00
TxnNumber = 431053-0_11
ReceiptId = Test1536936162470
TransType = 06
ReferenceNum = 660148420010430680
ResponseCode = 027
ISO = 01
BankTotals = null
Message = APPROVED           *                    =
AuthCode = 000000
Complete = true
TransDate = 2018-09-14
TransTime = 10:42:43
Ticket = null
TimedOut = false
IsVisaDebit = false

 

I should have a Denied on the transaction because the name is not supposed to match the card number...

Is anyone can help me on this ? 
Cheers,