Skip to content

Commit

Permalink
Revert "Merge con master"
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannibussu authored Oct 7, 2017
1 parent 4a2902c commit 4b77efb
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 135 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ Riferimenti:
- https://developers.italia.it/it/daf/
- https://developers.italia.it/it/pagopa/

# Task
[ ] Definizione Metadati
[ ] Definizione Dataset
[ ] Realizzazione converter RT da XML in JSON
[ ] Realizzazione testcase per alimentazione datalake
[ ] Realizzazione validazione testcase
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,5 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
</dependency>
</dependencies>
</project>
13 changes: 13 additions & 0 deletions src/main/java/it/govpay/App.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package it.govpay;

/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
17 changes: 0 additions & 17 deletions src/main/java/it/govpay/daf/utils/DatasetUtils.java

This file was deleted.

38 changes: 38 additions & 0 deletions src/test/java/it/govpay/AppTest.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
package it.govpay;

import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;

/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public AppTest( String testName )
{
super( testName );
}

/**
* @return the suite of tests being tested
*/
public static Test suite()
{
return new TestSuite( AppTest.class );
}

/**
* Rigourous Test :-)
*/
public void testApp()
{
assertTrue( true );
}
}
52 changes: 0 additions & 52 deletions src/test/java/it/govpay/daf/DatasetTest.java

This file was deleted.

61 changes: 0 additions & 61 deletions src/test/resources/SampleRT.xml

This file was deleted.

0 comments on commit 4b77efb

Please sign in to comment.