• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

programming language


Commit MetaInfo

Revisión05a25e06cfcc297c8c4a2ba2c20d7ae29f4b8819 (tree)
Tiempo2022-01-12 23:10:19
Autordhrname <dhrname@joes...>
Commiterdhrname

Log Message

Modify the test

Cambiar Resumen

Diferencia incremental

Binary files a/bin/joestar.exe and b/bin/joestar.exe differ
Binary files a/bin/obj/main.o and b/bin/obj/main.o differ
--- a/main.cpp
+++ b/main.cpp
@@ -1789,6 +1789,8 @@ int main(int argc, char **argv)
17891789
17901790 EXPECT(psmod->hasElement("remoteNameA"), true);
17911791 EXPECT(psmod->hasElement("remoteNameB"), true);
1792+ EXPECT(cpmod2->hasElement("remoteNameA"), true);
1793+ EXPECT(cpmod2->hasElement("remoteNameB"), true);
17921794 delete psmod;
17931795 psmod = nullptr;
17941796 delete cpmod2;