Prevented encoding error in test
這個提交存在於:
父節點
c527d6bd6a
當前提交
218dc0ac1d
共有 1 個檔案被更改,包括 1 行新增 和 1 行删除
|
@ -57,7 +57,7 @@ public class TestModelFunctions
|
|||
Controler c = new Controler();
|
||||
TimestampEntity t = new TimestampEntity("2014-02-13T06:20:00");
|
||||
String instantURI = c.getCustomModel().createInstant(t);
|
||||
String paramURI = c.getModel().getEntityURI("Température").get(0);
|
||||
String paramURI = c.getModel().getEntityURI("Temperature").get(0);
|
||||
String value = "25.0";
|
||||
String obsURI = c.getCustomModel().createObs(value, paramURI, instantURI);
|
||||
// Entities relevant to the test
|
||||
|
|
載入中…
新增問題並參考