xframium / xframium-java

xFramium - Rapid unified test case development
http://www.xframium.org
GNU General Public License v3.0
12 stars 18 forks source link

Code Issue - SQLPageDataProvider.java #17

Closed sRajeswari closed 8 years ago

sRajeswari commented 8 years ago

at Line 111 boolean lockRecords = "Y".equals( (String) data[i][1] ) || "1".equals( (String) data[i][3] );

it should be boolean lockRecords = "Y".equals( (String) data[i][1] ) || "1".equals( (String) data[i][1] );

xframium commented 8 years ago

This has been resolved and part of the 1.0.5 build