Fix gerrit_common_test.pl

* Ensure we always load test cases, otherwise
  there is a false positive.

* Fix the package to correctly be "gerrit".

* Drop unnecessary quotes from Prolog package
  statements. The bare text is a valid symbol.

Change-Id: I331ca90e050dc6d20e192c522f96893078102e59
This commit is contained in:
Shawn O. Pearce
2011-06-16 13:56:25 -07:00
parent 793f7da6bf
commit 6262881882
4 changed files with 6 additions and 10 deletions

View File

@@ -12,7 +12,7 @@
%% See the License for the specific language governing permissions and
%% limitations under the License.
:- package 'gerrit'.
:- package gerrit.
'$init' :- init.