Project

General

Profile

« Previous | Next » 

Revision 4509

Added by daigle over 15 years ago

Change getAccessBlock from private to protected so it can override the MCTestCase version

View differences:

InlineDataAccessTest.java
133 133
    /**
134 134
     * This function returns an access block based on the params passed
135 135
     */
136
    private String getAccessBlock(String principal, boolean grantAccess,
136
    protected String getAccessBlock(String principal, boolean grantAccess,
137 137
                                  boolean read, boolean write,
138 138
                                  boolean changePermission, boolean all) {
139 139
        String accessBlock = "<access " +

Also available in: Unified diff