Skip to content
Snippets Groups Projects
Commit 0057e594 authored by gmantele's avatar gmantele
Browse files

[TAP] Follow-up to the previous commit about ObsCore-1.1.

The JUnit test should have been updated as well.
parent dba06402
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ public class TestTAP { ...@@ -62,7 +62,7 @@ public class TestTAP {
obscore.addColumn("pol_xel", new DBType(DBDatatype.BIGINT), null, null, null, null); obscore.addColumn("pol_xel", new DBType(DBDatatype.BIGINT), null, null, null, null);
xml.delete(0, xml.length()); xml.delete(0, xml.length());
tap.appendObsCoreDM(xml, "\t"); tap.appendObsCoreDM(xml, "\t");
assertEquals("\t<dataModel ivo-id=\"ivo://ivoa.net/std/ObsCore/v1.1\">ObsCore-1.1</dataModel>\n", xml.toString()); assertEquals("\t<dataModel ivo-id=\"ivo://ivoa.net/std/ObsCore#core-1.1\">ObsCore-1.1</dataModel>\n", xml.toString());
}catch(Exception e){ }catch(Exception e){
e.printStackTrace(); 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