Explorar el Código

Rename `tests/JsonObject/copy.cpp` to `set.cpp`

Benoit Blanchon hace 1 año
padre
commit
af8c615266
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      extras/tests/JsonObject/CMakeLists.txt
  2. 0 0
      extras/tests/JsonObject/set.cpp

+ 1 - 1
extras/tests/JsonObject/CMakeLists.txt

@@ -6,12 +6,12 @@ add_executable(JsonObjectTests
 	clear.cpp
 	compare.cpp
 	containsKey.cpp
-	copy.cpp
 	equals.cpp
 	isNull.cpp
 	iterator.cpp
 	nesting.cpp
 	remove.cpp
+	set.cpp
 	size.cpp
 	std_string.cpp
 	subscript.cpp

+ 0 - 0
extras/tests/JsonObject/copy.cpp → extras/tests/JsonObject/set.cpp