Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cBioPortal/cbioportal-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 07906b87fc975fd67536995450e716e19b442f94
Choose a base ref
..
head repository: cBioPortal/cbioportal-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8e49ff58ef114b3bf90b9fb1cfa1693fe8eb711f
Choose a head ref
Showing with 27 additions and 0 deletions.
  1. +27 −0 src/test/java/org/mskcc/cbio/portal/integrationTest/scripts/TestImportGenesetData.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
/*
* Copyright (c) 2017 The Hyve B.V.
* This code is licensed under the GNU Affero General Public License (AGPL),
* version 3, or (at your option) any later version.
*/

/*
* This file is part of cBioPortal.
*
* cBioPortal is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

/*
* @author Sander Tan
*/

package org.mskcc.cbio.portal.integrationTest.scripts;

import org.junit.Test;