Rename "MySolution" to "MyWorkspace" across tests
This commit is contained in:
parent
c3d2e226a3
commit
aa88ddab96
@ -52,9 +52,9 @@
|
|||||||
--
|
--
|
||||||
|
|
||||||
function suite.expandsNestedTokens()
|
function suite.expandsNestedTokens()
|
||||||
environ.wks = { name="MySolution%{'X'}" }
|
environ.wks = { name="MyWorkspace%{'X'}" }
|
||||||
x = detoken.expand("%{wks.name}", environ)
|
x = detoken.expand("%{wks.name}", environ)
|
||||||
test.isequal("MySolutionX", x)
|
test.isequal("MyWorkspaceX", x)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@
|
|||||||
|
|
||||||
function suite.worksWithWorkspace()
|
function suite.worksWithWorkspace()
|
||||||
prepare()
|
prepare()
|
||||||
test.isequal("MySolution", path.getname(p.filename(wks)))
|
test.isequal("MyWorkspace", path.getname(p.filename(wks)))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
@ -247,7 +247,7 @@
|
|||||||
--
|
--
|
||||||
|
|
||||||
function test.createWorkspace()
|
function test.createWorkspace()
|
||||||
local wks = workspace("MySolution")
|
local wks = workspace("MyWorkspace")
|
||||||
configurations { "Debug", "Release" }
|
configurations { "Debug", "Release" }
|
||||||
|
|
||||||
local prj = project("MyProject")
|
local prj = project("MyProject")
|
||||||
|
Reference in New Issue
Block a user