This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 158879
Collapse All | Expand All

(-)AcceptanceTestCase.java (+7 lines)
Lines 86-91 Link Here
86
86
87
import org.netbeans.junit.NbTestCase;
87
import org.netbeans.junit.NbTestCase;
88
import java.util.Properties;
88
import java.util.Properties;
89
import java.util.logging.Level;
89
import org.netbeans.junit.RandomlyFails;
90
import org.netbeans.junit.RandomlyFails;
90
91
91
/**
92
/**
Lines 131-139 Link Here
131
        );
132
        );
132
    }
133
    }
133
134
135
    @Override
136
    protected Level logLevel() {
137
        return Level.FINE;
138
    }
139
134
    // One time setup. Used for unzipping sample project into working
140
    // One time setup. Used for unzipping sample project into working
135
    // directory. Should be removed after adding required functionality
141
    // directory. Should be removed after adding required functionality
136
    // into testing framework.
142
    // into testing framework.
143
    @Override
137
    public void setUp( )
144
    public void setUp( )
138
    {
145
    {
139
      if( !bUnzipped )
146
      if( !bUnzipped )

Return to bug 158879