Skip to content
Snippets Groups Projects
Commit 911c9a58 authored by gmantele's avatar gmantele Committed by vforchi
Browse files

[TAP] Adapt the JUnit test accordingly to the previous commit.

parent 1092ddd6
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ public class TestTAP {
obscore.addColumn("pol_xel", new DBType(DBDatatype.BIGINT), null, null, null, null);
xml.delete(0, xml.length());
tap.appendObsCoreDM(xml, "\t");
assertEquals("\t<dataModel ivo-id=\"ivo://ivoa.net/std/ObsCore#core-1.1\">ObsCore-1.1</dataModel>\n", xml.toString());
assertEquals("\t<dataModel ivo-id=\"ivo://ivoa.net/std/ObsCore/v1.1\">ObsCore-1.1</dataModel>\n", xml.toString());
}catch(Exception e){
e.printStackTrace();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment