Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 27ba3ec6

Přidáno uživatelem Daniel Stuš před více než 5 roky(ů)

Oprava implementace podle potřeb zadavatele, doplnění funkcionality pseudo linek + odstranění redundantních tříd a souborů (Re #7570)

Zobrazit rozdíly:

src/test/testDataLoader.java
1 1
package test;
2 2

  
3
import static org.junit.Assert.assertEquals;
4

  
3
import data.DataLoader;
5 4
import org.apache.log4j.BasicConfigurator;
6 5
import org.apache.log4j.Level;
7 6
import org.apache.log4j.Logger;
8 7
import org.junit.BeforeClass;
9 8
import org.junit.Test;
10 9

  
11
import data.DataReader;
12
import data.JDFCaskodyRecord;
10
import static org.junit.Assert.assertEquals;
13 11

  
14 12
public class testDataLoader {
15 13

  
......
21 19

  
22 20
        BasicConfigurator.configure();
23 21
        Logger.getRootLogger().setLevel(Level.INFO);
24
        testRecord = DataReader.parseLine("\"000004\",\"1\",\"1\",\"34\",\"4\",\"09022018\",\"09082020\",\"\",\"1\"");
22
        testRecord = DataLoader.parseLine("\"000004\",\"1\",\"1\",\"34\",\"4\",\"09022018\",\"09082020\",\"\",\"1\"");
25 23
    }
26 24

  
27 25
    /*****

Také k dispozici: Unified diff