Skip to content

Commit

Permalink
renamed file
Browse files Browse the repository at this point in the history
  • Loading branch information
karlkauc committed Mar 12, 2023
1 parent a05ed3e commit 793f754
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ private void initialize() {
} catch (Exception e) {
logger.error(e.getMessage());
}

// Sample Data Test

}

@FXML
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
import javax.xml.transform.stream.StreamResult;
import java.io.File;

public class GenerateSampleData {
public class GenerateSampleDataTest {

@Test
public void generateSampleData() throws TransformerConfigurationException {

XSModel xsModel = new XSParser().parse("examples/xsd/FundsXML4.xsd");
XSInstance xsInstance = new XSInstance();
xsInstance.minimumElementsGenerated = 2;
Expand Down

0 comments on commit 793f754

Please sign in to comment.