meneeko ikina lapi

This commit is contained in:
ovainola
2015-06-25 21:17:29 +03:00
parent 06ee2e1c4d
commit 3ddee52fe5
3 changed files with 8 additions and 20 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
# This file is a part of JuliaFEM.
# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md
using FactCheck
using Logging
@Logging.configure(level=INFO)
@@ -14,4 +17,4 @@ facts("test import abaqus model") do
@fact length(model["nsets"]["SUPPORT"]) => 9
@fact length(model["nsets"]["LOAD"]) => 9
@fact length(model["nsets"]["TOP"]) => 83
end
end