From 3cbf77c36c287152c6f4283ea38c532ed759d918 Mon Sep 17 00:00:00 2001 From: Tero Frondelius Date: Fri, 26 Jun 2015 22:10:09 +0300 Subject: [PATCH] second trial of adding pending test --- test/test_interfaces.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_interfaces.jl b/test/test_interfaces.jl index 0682283..1158e90 100644 --- a/test/test_interfaces.jl +++ b/test/test_interfaces.jl @@ -8,5 +8,6 @@ using Logging using JuliaFEM.interfaces: solve_elasticity_interface! facts("test solve_elasticity_interface!") do + test = solve_elasticity_interface!() @pending end \ No newline at end of file